
/** body background **/
body {

background-color: white;
text-align: center;

}

/** Links  
A:link {text-decoration: none ; color: white; }
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none;  color: white; }
A:hover {text-decoration: underline; color: white;}  
 **/

A:link {text-decoration: none ; color: black; }
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none;  color: black; }
A:hover {text-decoration: underline; color: black;}  


a.top:link {text-decoration: underline; color:white; } 
a.top:visited {  text-decoration: underline; color:white;}




/** Setting up fonts**/
td {font-family:  Verdana; /**font-size: 9pt;**/ }

.heading {color:#000000;  font-size: 9pt; font-weight:bold;     }

.fundheading {color:#000000;  font-size: 9pt;  }

.footerText {color:#000000;  font-size: 9pt;  }

.footerTextWhite {color:#FFFFFF;  font-size: 8pt;  }

.myPoliciesHeading {color:#FFFFFF;  font-size: 9pt; font-weight:bold; }

.blackHeader {color:#FFFFFF;  font-size: 9pt;  background-color:#686e90 ;}

.dateheader{ color:#000000;  font-size: 9pt; font-weight:bold; }

.message{ color:#333399;  font-size: 8pt; font-weight:bold; }
 
 

/** The top table **/
table#toptable 
{   
height: 148px;  
width: 965px; 
/**background-image: url(../BlueLook/images/web_Bckgrnd_top_Belgium.gif);**/
} 

/** The middle table **/

table#middletable 
{   
height: 450px;  
width: 965px; 
background-color: #e2e4e8;
} 


table#middletableleft
{   
background-color: #003a78;
} 


/** The bottom table **/

table#bottomtable 
{   
height: 81px;  
width: 965px; 
background-image: url(../images/bottomTableBG.gif);
}

.MenuGroup 
{
  border-bottom-color:black;
  border-top-color:gray;
  border-left-color:gray;
  border-right-color:black;
  border-style:solid;
  border-width:2px;
  padding-bottom:3px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;	
}

 .MenuItem 
{
	padding-bottom:3px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;	
	background:#2A4C72;
	font:Verdana;
	font-size:12px;
	cursor:hand;
	color:white;
	border-style:solid;
	width:194;
	border-width:1.5px;
}
 

.MenuItemOver 
{
	padding:3px;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;	
	font:Verdana;
	font-size:12px;
	background-color:#ffffff;
	border-width:1px;
	border-bottom-color:#2A4C72;
	border-top-color:#2A4C72;
	border-style:solid;
	color:black;
	cursor:hand;
	width:194;
}
.MenuItemSide
{
	padding:3px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;		
	background-color:#DCDCDC;
	font:Verdana;
	color:#2A4C72;
	font-size:12px;
	cursor:hand;
	border-style:solid;
	border-bottom-color:#2A4C72;
	border-top-color:#2A4C72;	
	width:161;
	border-width:1.5px;
}
.MenuItemOverSide
{
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
	background-color:#DCDCDC;
	font:Verdana;
	color:#FF8000;
	font-size:12px;
	cursor:hand;
	border-style:solid;
	border-bottom-color:#FF8000;
	border-top-color:#FF8000;
	width:161;
	border-width:1.5px;
	
}