/*  Default Styles  */
.body {
font-family: Georgia, Arial, MS Sans Serif, Tahoma;  
font-size: 9pt;
text-decoration: none; 
font-style: none; 
font-weight: none; 
color: #404040
}


.body_small {
font-family: Georgia, Arial, MS Sans Serif, Tahoma;  
font-size: 8pt;
text-decoration: none; 
font-style: none; 
font-weight: none; 
color: #404040
} 

.header {
font-family: Georgia, Arial, MS Sans Serif, Tahoma;  
font-size: 12pt;
text-decoration: none; 
font-style: none; 
font-weight: none; 
color: #1E3D64;
border:1px dashed #000000;
background: #ADB5BD;
}

.body2 {
font-family: Georgia, Arial, MS Sans Serif, Tahoma;  
font-size: 9pt;
text-decoration: none; 
font-style: none; 
font-weight: none; 
color: #404040;
border:1px dashed #000000;
}


.frame {
border:1px solid #ffffff;
}

.frame2 {	
border:1px dashed #000000;
background: #ADB5BD;
} 

.frame3 {	
border:1px dashed #000000;
background: #f0f0f0;
} 

/* Menu divs */
#menu{
	position: relative;
	width: 192px;
	}
#menu ul {
	margin: 0;
	padding: 0;
	font-family: VERDANA, Helvetica, sans-serif;
	font-size : 11px;
	text-indent: 10px;
	}
#menu li {
	margin: 4 4 4 4; 
	}
#menu a { 
	display: block;
	width: 192px;
	padding: 8px 0px 8px 0px;
	border-bottom : 1px solid #FFFFFF;
	background-color : #B9C1CD;
	color: #375275;
	font-weight: bold;
	text-decoration: none;
	}
#menu a:hover {
	display: block;
	width: 192px;
	padding: 8px 0px 8px 0px;
	border-bottom : 1px solid #FFFFFF;
	background-color : #B2B8CE;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

a.copylink:link, a.copylink:visited, a.copylink:active, a.copylink:hover {
font-family: Georgia, Arial, MS Sans Serif, Tahoma;  
font-size: 9pt;
text-decoration: none; 
font-style: none; 
font-weight: bold; 
color: #404040
 }

.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c0c0c0;
}

a.footmenu:link, a.footmenu:visited, a.footmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c0c0c0;
}

