@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	
}

#footerlinks {
	font-size:12px;
	text-align:right;
	
}

#footerlinks a {
	color:#FFFFFF;
	text-decoration:none;
	
}

#footerlinks a:hover {
	color:#CC0066;

}

#footerlinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
	
}

#footerlinks a:hover, a:visited {
	color:#CC0066;

}



