/***********************
 *
 * Added to handle formating HTML only pages.
 * --KJW
 */
.logo { width: 127px; text-align: left; vertical-align: top;}
.mainNav { border-bottom: solid #4096CC 1px; width: 810px; text-align: left; vertical-align: center; padding-bottom:15px;padding-top:20px;}
.mainNav, .mainNav > a, .mainNav > a:hover, .mainNav > a:visited { font-size: 12px; font-family: Arial, Sans-serif;  text-decoration: none; }
.subNav { width: 810px;  text-align: left; vertical-align: top; margin-top:-10px;padding-bottom:10px;}
.subNav, .subNav > a, .subNav > a:hover, .subNav > a:visited { font-size: 12px; font-family: Arial, Sans-serif; color: #2C4181; text-decoration: none }
.pageHeader { font-size: 20px; font-family: Arial, Sans-serif; color: #3AB3E7; }
.titleBar { 
	background-color: #B7E2F6; 
	height: 20px; 
	font-size: 12px; 
	padding-left: 10px; 
	color: #2C4181; 
}
h1.titleBar{
	margin:0;
	padding: 5px 0;
	height:15px;
}
.sectionHeader { font-size: 16px; font-family: Arial, Sans-serif; color: #3AB3E7;margin-bottom:0px;padding-bottom:0px;}
.sectionBody,  .sectionBody > ul, .sectionBody > ul > li { font-size: 14px; font-family: Arial, Sans-serif; color: #666666;}
.whatsnew{list-style-type: none; font-size:12px;}
.makediff{font-family: Arial, Sans-serif; color: #666666; font-size:14px;padding-top:0px;}
h3.grey{font-size: 13px; font-family: Arial, Sans-serif; color: #666666; display:inline;}
h2.plain{margin:0;padding:0;font-size:0.9em;display:inline; color: #333333;}
a{
	color: #2C4181;
}
.disclaimer{
	font-size:11px;
}
.footernav {
	font-family: Arial,Helvetica,SanSerif;
	font-size: 10px;
	color: #2B54A3;
}
/**********************
 *
 * I overrode this to make the text actually BOLD and to match the Sans-Serif being used on the rest of the page.
 *
 */
.bodyTextBold {font-family: Arial, Sans-serif; font-weight: bold; }
