/* CSS Document */



body,td, p {

	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #68674A;



}



a:link, a:visited {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
	background-color:#ffffff;
}
a:active {
	text-decoration: none;
	color: #000000;
}



.footer, .footer a, .footer a:visited, .footer p, .footer td {

	font-size: 10px;
	color: #828160;
	text-decoration: none;
	}
.footer a:hover {


	color: #0066cc;
	background-color:#ffffff;
	text-decoration: none;
	}
.footer a:active {


	color: #000000;
	text-decoration: none;
	}
	


ul {
list-style:circle;
	
}

	


h1, h2, h3, h4, h5, h6
{
	text-decoration:none;
	font-weight:normal;
	
	font-family: "Times New Roman", Arial, Verdana, Geneva , Helvetica, sans-serif;
}
h1
{
	font-size:		28px;
	
	font-weight: normal;
	font-style:italic;
	border-bottom: 1px #F9E5D3 solid;
	background-repeat:repeat-x;
	margin:0px;
	line-height:1.1em;


	
}
h2
{

	font-size:18px;
	text-decoration:none;


}
h3, h4, h5
{
	font-size:		15px;
	font-weight:normal;


}





.errorMessage{
color:#FF0000;
border-color: #666666;
border:1px;
border-style:solid;
padding: 5px;
font-weight:bold;
}





	
	
	



