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

body {
	background-image: 
	url('images/background.gif');
	background-repeat: repeat
}

.body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

.special {
	color: #EAA700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.subhead {
	color: #1c3f95;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.home_head {
	color: #1c3f95;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.copyright {
	color: #EAA700;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
}

a { color:#1C3F94; text-decoration:none; font-weight: bold;}
a:hover { color:#EAA700; text-decoration: underline; }

.copyright a { color:#EAA700; text-decoration:none;}
.copyright a:hover { color:#1C3F94; text-decoration: underline; }
