/* Body Styles */
BODY {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background-color : #FFFFFF;
	
	/*scrollbar-base-color:#eaeaea;
	scrollbar-arrow-color:#7A96A7;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color:#cccccc;*/
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
}

UL LI
{
	font-size : 12px;
	color : #000000;
}

/* Font Styles */
.default {
	font-size : 12px;
	color : #000000;
}
.gray {
	font-size : 12px;
	color : #666666;
}
.white {
	font-size : 12px;
	color : #FFFFFF;
}
.legal {
	font-size : 10px;
	color : #333333;
}

.bullet {
	font-size : 14px;
	color : #666666;
}

.smallTable {
	font-size : 9px;
	color : #000000;
}
B.smallTableB {
	font-size : 9px;
	color : #000000;
}

/* Bold Styles */
B {
	font-size : 12px;
}
B.header{
	font-size : 14px;
}
B.header2{
	font-size : 14px;
	color : #00395A;
}
B.header3{
	font-size : 14px;
	color : #FFFFFF;
}
B.event{
	font-size : 20px;
	color : #00395A;
}
B.accent_01 {
	color : #00395A;
}
B.accent_02 {
	color : #0F4C6B;
}
B.accent_03 {
	color : #7A96A7;
}
B.footerWhite {
	font-size : 12px;
	color : #FFFFFF;
}

/* Anchor Styles */
A.subNav{
	color : #00395A;
	font-size : 10px;
	font-weight : bold;
}
A.subNav:HOVER {
	color : #7A96A7;
}

A.subNavBold{
	color : #00395A;
	font-size : 10px;
	font-weight : bold;
}
A.subNavBold:HOVER{
	color : #7A96A7;
}

A.subNavGray{
	color : #222222;
	font-size : 10px;

}
A.subNavGray:HOVER{
	color : #999999;
}


A.navWPic{
	color : #00395A;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
}
A.navWPic:HOVER {
	color : #7A96A7;
}

A.download{
	color : #00395A;
	font-weight : bold;
}
A.download:HOVER {
	color : #000000;
}

A.email{
	color : #00395A;
}
A.email:HOVER {
	color : #7A96A7;
}

A.footerLink {
	color : #ffffff;
	text-decoration : none;
}
A.footerLink:HOVER {
	color : #7F9CAC;
	text-decoration : underline;
}

/* List Styles */
LI {
	font-size : 11px;
	list-style-type : disc;
}

LI.featured{
	font-size : 14px;
	list-style-type : circle;
	color : #00395A;
	font-weight : bold;
}
LI.featuredSub {
	font-size : 10px;
	list-style-type : disc;
	color : #000000;
	font-weight : normal;
}
/**/
.bluebox { color: white; font-size: 10px; font-weight: bold; background-color: #013c59; padding-top: 6px; padding-bottom: 6px; }
.bluebox A { color: white; }
.bluebox A:hover { color: #e5ebee; }

