/* Class Styles */

a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #6280A6;
}
a:active {
	color: #003366;
}

body {
	background-color: #003768;
}
	
.bodyText {
	font:12px Arial;
	color:#000000;
	line-height:18px;
	margin-top:0px;
	}
	
.pageName{
	font:bold 18px Arial;
	color: #6280A6;
	line-height:24px;
	}
	
.subHeader {
	font:bold 12px Arial;
	color: #003768;
	line-height:16px;
	}

.quote {
	font: 16px Georgia;
	color: #003768;
	line-height:26px;
	}
	
.smallText {
	font:11px Arial;
	color:#444444;
	line-height:14px;
	}
	
.saletext {
	font:bold 11px Arial;
	color:#990000;
	}
	
.smallBlueText {
	font:11px Arial;
	font-weight:bold;
	color:#003366;
	line-height:17px;
	}
