body{
	font-family: Verdana, Geneva, Arial, Helvetica;
}

a:link, a:visited{
	color: #2E93D3;
	font-size: 10px;
	text-decoration: underline;
}

a:hover, a:active{
	color: #2EBED3;
	font-size: 10px;
	text-decoration: underline;
}

p,td{
	color: #434956;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 6px;		
}

textarea, input, select{
	font-family: Verdana, Geneva, Arial, Helvetica;
}

.contentArea{
	margin-top: 22px;
	margin-bottom: 48px;
	margin-left: 22px;
	margin-right: 22px;	
}

.contentArea a:link, .contentArea a:visited{
	font-size: 11px;
}

.contentArea a:hover, .contentArea a:active{
	font-size: 11px;
}

.contentArea p{
	color: #434956;
	font-size: 11px;
	margin-bottom: 16px;
}

.contentArea .title{
	color: #2861AC;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;	
}

.contentArea .header{
	color: #434956;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

.contentArea ul{
	list-style: disc;
    margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 18px;
	margin-right: 48px;
	line-height: 16px;	
}

.contentArea ol{
    margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 32px;
	margin-right: 48px;
	line-height: 16px;	
}

.contentArea li{
	color: #434658;
	font-size: 11px;
	line-height: 14px;
}

.contentArea .top{
	margin-top: 0px;
	margin-bottom: 36px;
}

.investors .name{
	margin-bottom: 0px;
	font-weight: bold;
}

.homeLeft{
	margin-top: 17px;
	margin-bottom: 24px;
	margin-left: 11px;
}

.homeLeft p{
	color: #7B7F88;
	font-size: 10px;
}

.search{
	color: #434658;
	font-size: 10px;
	width: 121px; 
	height: 16px; 
	margin-right: 4px; 
	border: 1px solid #D9D9DD;
}

.homeRight{
	margin-top: 17px; 
	margin-left: 14px;
	margin-bottom: 48px;
}

.homeRight p{
	color: #434956;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 14px;
	line-height: 14px;
}

.homeRight a{
	font-weight: normal;
}

.homePromos{
	margin-top: 14px; 
	margin-bottom: 15px; 
	margin-left: 16px; 
	margin-right: 25px;
}

.promo{
	margin-top: 0px;
	margin-bottom: 24px;
	width: 149px;	
}

.promo p{
	color: #434956;
	font-size: 10px;
	line-height: 15px;
}

.l2Promo{
	margin-top: 17px; 
	margin-left: 14px;
	margin-bottom: 24px;
}

.l2Promo p{
	color: #434956;
	font-size: 10px;
	line-height: 15px;
}

/* This sets the colored box around the nav and it's corresponding text  in the L3*/
.nav{
	background-color : #F0F7FC;
	border: 1px solid #D5E9F6;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 8px;
}

/* 
	This trick allows the line to indent on the second and subsequent lines, 
	so we can avoid sticking this into a table.  This does NOT work 
	effectively in Netscape 4.x
*/ 

.nav p{
	text-indent: -12px;
	padding-left: 12px;
	line-height: 12px;
}

.nav a:link, .nav a:visited{
	color: #037ACF;
	text-decoration: none;
}

.nav a:hover{
	color: #2861AC;
	text-decoration: underline;
}

.nav a:active, .nav a.active{
	color: #2E93D3;
	font-weight: bold;
	text-decoration: none;
}

.nav .l4{
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 12px;
	margin-right: 0px;	
}

.nav .l4 p{
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 12px;
	text-indent: -9px;
	padding-left: 9px;

}

.nav .l4 a:link, .nav .l4 a:visited{
	text-decoration: underline;
}

/* This sets the colored box around the callout and it's corresponding text  in the L3*/
.callout{
	background-color : #E8F3FA;
	border: 1px solid #D5E9F6;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 8px;
}

.callout p{
	text-indent: 0px;
	padding-left: 0px;
}

.callout a{
	text-decoration: underline;
}

.footer{
	margin-top: 12px;
	margin-bottom: 24px;
	margin-left: 4px;
}

.footer p{
	color: #3A3C40;
	font-size: 10px;
}

.formArea{
	margin-top: 15px;
	margin-bottom: 24px;
	margin-left: 28px;
	margin-right: 0px;
}

.formArea td{
	color: #434956;
	font-size: 10px;
}

.formArea a:link, .formArea a:visited, .formArea a:hover, .formArea a:active{
	font-size: 10px;
}

.formArea input, .formArea textarea, .formArea select{
	color: #333333;
	font-size: 11px;
	margin-top: 1px;
}

.formArea .errorNote {
	color: #004093;
	font-size: 9px;
}

.siteMap{
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
}

.siteMap p{
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
}

.siteMap a:link, .siteMap a:visited{
	color: #2E93D3;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.siteMap a:hover, .siteMap a:active{
	color: #2EBED3;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}

.level3{
	margin-top: 0px;
	margin-bottom: 18px;
	margin-left: 12px;
	margin-right: 0px;
}

.level3 p{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.level3 a:link, .level3 a:visited{
	color: #2E93D3;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.level3 a:hover, .level3 a:active{
	color: #2EBED3;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;	
}

.level4{
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 12px;
	margin-right: 0px;
}

.level4 p{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.level4 a:link, .level4 a:visited{
	color: #2E93D3;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.level4 a:hover, .level4 a:active{
	color: #2EBED3;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;	
}

