/* CSS Document */

body {
margin: 0px;
leftmargin: 0px;
topmargin: 0px;
marginheight: 0px;
marginwidth: 0px;
font-family: Verdana, sans-serif;
color: #ffffff;}

	A 			{ color: #ffffff; font-weight:bold;text-decoration:none;} 
	A:link		{ color: #ffffff; text-decoration: none;font-weight: bold; } 
	A:link		{ color: #ffffff; text-decoration: none;font-weight: bold; } 
	A:link		{ color: #ffffff; text-decoration: none;font-weight: bold; } 
	A:hover		{ color: #ffffff; font-style: underline;  font-weight: bold;}



.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.style1 a,
	.style1 a:link {
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
	    color: #FFFFFF;
	}
	.style1 a:visited {
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
	    color: #FFFFFF;
	}
	.style1 a:active {
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
	    color: #FFFFFF;
	}
	.style1 a:hover {
		font-weight: bold;
		text-decoration: underline;
		font-size: 10px;
	    color: #FFC000;
	}
	
	
	.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFC000;
	font-weight: bold;
}
.header a,
	.header a:link {
		font-weight: bold;
		text-decoration: none;
		font-size: 14px;
	    color: #FFC000;
	}
	.header a:visited {
		font-weight: bold;
		text-decoration: none;
		font-size: 14px;
	    color: #FFC000;
	}
	.header a:active {
		font-weight: bold;
		text-decoration: none;
		font-size: 14px;
	    color: #FFC000;
	}
	.header a:hover {
		font-weight: bold;
		text-decoration: underline;
		font-size: 14px;
	    color: #FFC000;
	}
	
	
	.style2 {font-size: 10px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;}
	.style2 a,
	.style2 a:link {
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
	    color: #FFFFFF;
	}
	.style2 a:visited {
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
	    color: #FFFFFF;
	}
	.style2 a:active {
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
	    color: #FFFFFF;
	}
	.style2 a:hover {
		font-weight: bold;
		text-decoration: underline;
		font-size: 10px;
	    color: #FFC000;
	}
	
.site-nav * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

.site-nav ul {
	list-style: none;	
}
.site-nav a {
	display: block;
	padding: 3px 0;
	font-size: 14px;	
}
.site-nav a:hover {
	color: #FFC000;	
}
