/* CSS Document */

body {
	background-color: #000099;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000099;
	text-decoration: none;
}

.mainLinks {
font-family: Arial, Helvetica, sans-serif; 
color: #000066; 
font-weight: normal;
font-size: 12px;
}
.headersWhite {
font-family: Arial, Helvetica, sans-serif; 
color: #ffffff; 
font-weight: normal;
font-size: 24px;
}
.headersBlue {
font-family: Arial, Helvetica, sans-serif; 
color: #000066; 
font-weight: normal;
font-size: 24px;
}
.headers{
font-family: Arial, Helvetica, sans-serif; 
color: #FF0000; 
font-size: 24px;
font-weight: bold;
}
.homeheader{
font-family: Arial, Helvetica, sans-serif; 
color: #FF0000; 
font-size: 36px;
font-weight: bold;
}
.mainText {
font-family: Arial, Helvetica, sans-serif; 
color: #666666; 
font-weight: normal;
font-size: 12px;
line-height: 18px;
}
.disclaimer {
font-family: Arial, Helvetica, sans-serif; 
color: #ffffff; 
font-weight: normal;
font-size: 12px;
}
.description {
font-family: Arial, Helvetica, sans-serif; 
color: #000066; 
font-weight: normal;
font-size: 10px;
}
.descriptionWhite {
font-family: Arial, Helvetica, sans-serif; 
color: #FFFFFF; 
font-weight: normal;
font-size: 10px;
}
.blackText {
font-family: Arial, Helvetica, sans-serif; 
color: #000000; 
font-weight: normal;
font-size: 12px;
}
.redText {
font-family: Arial, Helvetica, sans-serif; 
color: #FF0000; 
font-weight: normal;
font-size: 12px;
}
.redTextL {
font-family: Arial, Helvetica, sans-serif; 
color: #FF0000; 
font-weight: normal;
font-size: 14px;
}
.scrollFixtures {
	width:300px;
	height:400px;
	table-layout:fixed;
	overflow: auto;
	left: 325px;
	top: 200px;
}