body {
	background-image: url("images/media/bg.jpg");
	background-position: center top;
	background-color: #A18565;
	background-repeat: repeat-x;
}

a:link {
	color: #005a8c;
	text-decoration: none;
}


a:hover {
	color: #a18564;
	text-decoration: none;
}

.pageHeaders {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #005a8c;
	font-weight: 600;
	}

.pageHeadersWHITE {
	font-family: Arial, sans-serif;
	font-size: 18pt;
	color: #ffffff;
	font-weight: 600;
	}
	
.content {
          font-family: Arial, sans-serif;
         font-size: 9pt;
         text-align:	left;
          color:	#666666;       
        clip:   rect(   );
}

.contentBLACK {
          font-family: Arial, sans-serif;
         font-size: 9pt;
         text-align:	left;
          color:	#000000; 
          
}

.footer {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #666666;
}


ul{ list-style-type: circle; list-color: #005a8c; margin-right: 5px;}




input, textarea {
border: 1px solid #333333;
color:#666666;
font-family: Arial, sans-serif;
font-size: 9pt;
background: #ffffff;
}