/*---------------------------------------------------------- Overwriting HTML Classes --*/
body {
	background: #F8F4E8 url(../graphics/bg_main.gif) repeat-x;
}
h1 {
	font: 15px "Times New Roman", Times, serif;
	color: #AE3727;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom: 1px solid #EDE9DD;
}
P{
	margin-top: 2px;
	margin-bottom: 3px;
}
input, textarea, select {
	border: 1px solid #D0CDBC;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 13px;
	color: #7C7C7C;
}
ul {
	margin-top: 5px;
	list-style: url(../graphics/bullet.gif) outside;
	line-height: 25px;
}
img {
 border: none;
 text-decoration: none;
}
/*---------------------------------------------------------- Content --*/

.Content {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #948661;
	line-height: 19px;
	padding: 20px 10px 20px;
	list-style: url(../graphics/bullet.gif);
}
.Content a:link   {
	color: #9C4539;
	border: none;
	text-decoration: none;
}
.Content a:visited  {
	color: #CA928A;
	border: none;
	text-decoration: none;
}
.Content a:hover  {
	color: #96A65B;
	border: none;
	text-decoration: none;
}
.Search {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #79683D;
}
.ImageRightButton, .ImageRightButton a:link, .ImageRightButton a:visited, .ImageRightButton a:hover {
	border: underline;
	text-decoration: none; 
}
.ImageClear, .ImageClear a:link, .ImageClear a:visited, .ImageClear a:hover {
	border: none;
	text-decoration: none;
}
.footer, .footer a:link, .footer a:visited {
	font: 12px/19px  Arial, Helvetica, sans-serif;
	color: #8E7F5F;
}
.footer a:hover {
	color: #BB6151;
}
