/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:10px;
}

body a {
	color:#990000;
	text-decoration:underline;
}

body a:hover {
	color:#000066;
	text-decoration:none;
}

.footer a {
	color:#990000;
	text-decoration:underline;
}

.footer a:hover {
	color:#000066;
	text-decoration:underline;
}

.footer {
	font-size:9px
}

.navLinks a {
	color:#990000;
	text-decoration:underline;
	font-size:12px
}

.navLinks a:hover {
	color:#000066;
	text-decoration:none;
}
	
.header {
	color:#990000;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	font-size:14px;
	font-stretch:ultra-expanded;
}