﻿.body2 {
	font-size: x-small;
	line-height: 24px;
	color: #666666;
}
.body1 {
	font-size: 12px;
	color: #666666;
}
.body3 {
	font-size: xx-small;
	line-height: 12px;
}
.subheadred {
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
.redbullets {
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
}
    
html, body   
{
	margin:0;
	padding:0;
	height:100%;
	font-family: frutiger, helvetica, arial, san-serif;
	color: #666666;
	font-size: 11px;
}

#siteTable
{ 
	width:100%;
	height:100%;
	display:table;	
	/* IE fix */
	#position: relative;
}

#siteTableCell 
{ 
	margin: 0 auto;
	width:100%;
	display:table-cell;
	vertical-align:middle;	
	/* IE fix */
	#position: absolute;  
	#top: 50%;
	#left:-50%;				
}

#contentContainer
{
	margin: 0 auto;
	display:block;
	width:914px;
	min-height:415px;
	background-color:#ffffff;
	/* IE fix */
	#position: relative;  
	#top: -40%; 
	#left: 50%;
}

* html #contentContainer
{
	/* apply to IE 6 but not IE 7*/
	height:450px;
}

#ctl00_ContentPanel1_MainHTML
{
	font-size: 12px;
	color: #666666;
}

	 
    
    
