/* 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: normal;
	}

.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: #21558C;
}
a:active	{ text-decoration: none; color: #CC0000; }
a:visited	{ text-decoration: none; color: #CC0000; }
a:hover	{
	text-decoration: underline;
	color: #FF0000;
}

a.white:link 	{ text-decoration: none; color: #CCCCCC; }
a.white:active	{ text-decoration: none; color: #CCCCCC; }
a.white:visited	{ text-decoration: none; color: #CCCCCC; }
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: 12px/15px Georgia, Times New Roman, Times, serif;
	text-align: right;
	color: #999999;
	line-height: 18px;
}
.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;
}
.textGray {
	font: 11px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #333333;
	line-height: normal;
}
.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;
	color: #215789;
	line-height: 24px;
	font-weight: normal;
}
.textGrayLarger {
	font: 12px/14px Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #444444;
	line-height: inherit;
}
.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;
}
.textGrayRight {
	font: 11px/14px Georgia, Times New Roman, Times, serif;
	text-align: right;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
}
