body {
	background-image: url("images/media/bg.jpg");
	background-position: center top;
	background-color: #c5c5c5;
	background-repeat: repeat-x;
}

a {
	color: #6094bd;
	text-decoration: none;
}

a:link {
	color: #6094bd;
	text-decoration: none;
}


a:hover {
	color: #73b334;
	text-decoration: none;
}

.pageHeaders {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #6094BD;
	font-weight: 600;
	}


.content {
          font-family: Arial, sans-serif;
         font-size: 10pt;
         text-align:	left;
          color:	#666666;       
        clip:   rect(   );
}

.nav {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

.footer {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #666666;
}


input, textarea {
border: 1px solid #333333;
color:#666666;
font-family: Arial, sans-serif;
font-size: 10pt;
background: #ffffff;
}