/* this style forces a vertical scrollbar to display which prevents a shift in Firefox when going from/to a page with a scrollbar to one without a scrollbar */
html { min-height: 101%; }

body {
	background-color: #0066B3;
	margin:0px 0px 0px 0px;
}

.pageTitle  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;	
	color: #000000;
	padding:10px 0px 15px 15px;
}

.body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	color: #000000;
	padding:0px 15px 10px 15px;
}

.bodyBold  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
}

.homeRed {
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold;	
	color: #ff0000;
	padding:0px 60px 10px 15px;
	line-height:1.1em;
	text-align:center;
}

.homeBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;	
	color: #000000;
	padding:0px 5px 10px 15px;
}


.quote  {
	font-style:italic;
}

.footer  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;	
	color: #000000;
	padding: 5px 0px 5px 5px;
}

/* this style forces a vertical scrollbar to display which prevents a shift in Firefox when going from/to a page with a scrollbar to one without a scrollbar */
html { min-height: 100%; margin-bottom: 1px; }

a:link {color: #0000ff;}
a:active {color: #0000ff;}
a:hover {color: #ff0000;}
a:visited {color: #663399;}

