/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #039;
	background-image: url(images/BlueBack2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
a:link {
	color: #FFFF99;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #99FFFF;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: underline;
}
.Copyright {font-size: 9px}
.navigation {
	font-size: 12px;
}
.tagline {
	font-size: 12px;
}

