body 
{
	background : #F5E8C8; 
} 

body , ol , ul , li , input , textarea , select , option , blockquote, td 
{
	font-size: 12px;
	font-family: Arial;
	color: #707478;
	font-weight: bold;
} 


a, A:link, A:visited, A:active
{
	color: #A39B6C;
	text-decoration : underline; 
}


A:hover
{
	color: #7D2B30; 
	text-decoration : underline;
}

b, strong
{
	color: #7D2B30;
}

.bgContent {
	background : #FFF4D8; 
}

.imgBorder {
	border: thin solid #C9BF82;
}

.errMsg, .errormessage {
	font-weight: bold;
	color: #CC0000;
}

hr {
	color: #C9BF82;
	background-color: #C9BF82;
	height: 2px;
}

.footer
{
	color: #A39B6C; 
}