body { 
margin: 0; 
padding: 0; 
background: white; 
font: 80% verdana, arial, sans-serif; 
} 
dl, dt, dd, ul, li { 
margin: 0; 
padding: 0; 
list-style-type: none; 
} 
#menu { 
position:absolute; /* Menu position that can be changed at will */ 
top: 0; 
left: 0; 
z-index:100; 
width: 100%; /* precision for Opera */ 
} 
#menu dl { 
float:left; 
width: 14em; 
 
} 
#menu dt { 
cursor:pointer; 
text-align: center; 
font-weight: bold; 
background: #ad4e4b; 
border: 2px solid gray; 
margin: 1px; 
font-size:14px; 
} 
#menu dd { 
display: none; 
border: 1px solid gray; 
} 
#menu li { 
text-align: center; 
background: #ad4e4b; 
} 
#menu li a, #menu dt a { 
color: #000; 
text-decoration: none; 
display: block; 
height: 100%; 
border: 0 none; 
font-size:14px; 
} 
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus { 
background: #eee; 
} 
#site { 
position:inherit; 
z-index: 1; 
top : 70px; 
left : 10px; 
color: #000; 
background-color: #ddd; 
padding: 5px; 
border: 1px solid gray;  
}


TD{ 
   color:black; 
   font-size: 11;  
   font-family: Verdana; 
 
} 
.bot{ 
	text-decoration: none; 
	font-size: 10;  
   font-family: verdana,Arial; 
   font-weight:bold; 
   color:black; 
} 
.copy{ 
	font-size: 10;  
   font-family: verdana,Arial; 
    color:black; 
} 
.style3 {color: #000000} 
.style8 {font-size: 10px} 
.style9 {font-size: 10pt;font-family: verdana,Arial; font-weight: bold; color: black} 
.style10 {font-size: 8px; font-weight:lighter; font-style:italic} 
.style11 { 
	font-size: 9; 
	font-style: italic; 
} 
.style12{ 
font-size:14px; 
font-style:normal; 
border:#FF0033; 
text-align:justify; 
} 
.style13{ 
font-size:13px; 
color:ad4e4b; 
text-decoration:underline; 
}