﻿body 
{
    BORDER-BOTTOM: 0px;
    TEXT-ALIGN: center;
    BORDER-LEFT: 0px;
    PADDING-BOTTOM: 10px;
	LINE-HEIGHT: 18px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	FONT-FAMILY: arial, helvetica, sans-serif;
	COLOR: #555;
	FONT-SIZE: 12px;
	BORDER-TOP: 0px;
	BORDER-RIGHT: 0px;
	PADDING-TOP: 0px;
	
	background-color:#EEEEFF;
	/* background-color: #BDD2FF; */
	/* background-color: #1839C6; */
	
    margin: 5px;			
}

h1 
{
	font-size: 16pt;
}

h2
{
	font-size: 14pt;	
}

h3
{
	font-size: 12pt;	
}

h4
{
	font-size: 11pt;
	margin-bottom: 2px;
}

.innerSection
{
    border: 2px solid #2142DE;
    background: #BDD2FF;
    width:900px;
    height:147px;
    z-index: 10000;
    
    /* IE6 fix */
    _height:148px;
}

.middleSection
{
    padding: 10px;
}

.outerSection
{
    border: 2px solid #8C9CCE;         
    background: #8C9CCE;
    width:962px;
    padding:5px;
    margin: auto;
    margin-top:30px;
    
    text-align:left; 
    border:solid 1px black; 
    background-color: white;
}        
       
.menuBreak 
{
    clear: both;
}        
 
.contentOuterSection
{
    padding: 5px;
    z-index: 1;
}

.footerBreak 
{
    clear: both;
}        

.footer
{         
    border-top: solid 1px #999999;
    font-size: 10px;
    color: #999999;
    margin-top: 25px;
    margin-bottom: -8px;
    _margin-bottom: 0px;
}         

.fsfsCopyright
{
    float: left;
}

.msCopyright
{
    float: right;
}
 
.corner
{
}                           

.highlightedSection
{
	background-color: rgb(255, 255, 221); 
	text-align: center; 
	padding: 10px;
}

.keypointsSection
{
	background-color: #EFEFEF;
	padding: 4px;
	border: none;
}

a.newsLink:link { text-decoration: none; color: #315AEF; }
a.newsLink:visited {text-decoration: none; color: #315AEF; }
a.newsLink:active {text-decoration: none; color: #315AEF; }
a.newsLink:hover {text-decoration: underline; color: #315AEF; }
