/* Body Controls */

body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	}


/* Text Controls */
	
.text {
	font: 11px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #FFFFFF;
	line-height: 20px;
	}

.small {
	font: 9px/13px Georgia, Times New Roman, Times, serif;
	text-align: justify;
	color: #404040;
	}

.center {
	font: 10px/13px Georgia, Times New Roman, Times, serif;
	text-align: center;
	color: #3D5059;
	}

.bold {
	font-weight: bold;
	} 


/* Link Styles */	
	
a:link 	{ text-decoration: none; color: #CC0000; }
a:active	{ text-decoration: none; color: #CC0000; }
a:visited	{ text-decoration: none; color: #CC0000; }
a:hover	{ text-decoration: underline; color: #CC3333; }

a.white:link 	{ text-decoration: none; color: #FFFFFF; }
a.white:active	{ text-decoration: none; color: #FFFFFF; }
a.white:visited	{ text-decoration: none; color: #FFFFFF; }
a.white:hover	{ text-decoration: underline; color: #FFFFFF; } 

.textvcentered {
	font: 12px/15px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #404040;
	line-height: 25px;
	vertical-align: middle;
}
.textGray {
	font: 11px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #333333;
	line-height: 16px;
}
.texttightleading {
	font: 12px/15px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #404040;
	line-height: 14px;
}
.textvcenteredOrange {
	font: 11px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #CC0000;
	line-height: 20px;
	vertical-align: middle;
}

.textGrayBold {
	font: 11px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #444444;
	line-height: 20px;
	font-weight: bold;
}
.textGrayHeadline {
	font: 15px/18px Georgia, Times New Roman, Times, serif;
	text-align: left;
	line-height: 24px;
	font-weight: bolder;
	color: #00355F;
}
.textGrayLarger {
	font: 11px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #444444;
	line-height: 16px;
}

.textMenu {
	font: 11px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #FFFFFF;
	line-height: 12px;
}
.textGraySmallLeading {
	font: 11px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #444444;
	line-height: 12px;
}
.textARIAL {
	font: 10px/12px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #00355F;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.textWhiteLarger {
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #FFFFFF;
}
.textwhitesmallleading {
	font: 11px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #FFFFFF;
	line-height: 20px;
}
.textARIALBoldHeaders {
	font: 12px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #00355F;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
