@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.header-links {
	font-family: Times-New-Romans, Times, serif; 	
	font-weight: bold; 
}

.leftlink {
	font-family: Times-New-Romans, Times, serif; 
	font-weight: bold; 
}

h1 {font-size: x-large;}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #005BC5;
	font-weight: bold;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #CC3333;
	text-decoration: none;
}

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
