@media screen {

body 
{ 
font-family: Trebuchet MS, Verdana, Arial, sans-serif;  
color: #333333;
font-size: 9pt;  
background-repeat: no-repeat;
background-color:white;

}
#toplinks
{position: absolute; width: 295px; height: 24px; z-index: 5; left: 115px; top: 22px;
}

table
{ 
font-family: Trebuchet MS, Verdana, Arial, sans-serif;  
color: #333333;
font-size: 9pt;  
}
.big
{
font-size: 12pt;  
font-weight: bold;
}
select
{ 
font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
font-size: 9pt; 
color: #333333;
}
.submit
{ 
font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
font-size: 9pt; 
color: #333333;
}
A
{
font-weight: bold;
font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
font-size: 9pt; 
color: #333333;
}
A:hover
{
COLOR: #333333;
}
}
@media print {
   BODY {font-size: 10pt; background: white;}
#maindiv
{position: absolute; width: 100%; height: 100%; left: 10px; top: 20px;
}
#menu {
	display: none;
visibility: hidden;
	}
.hide {
	display: none;
	visibility: hidden;
	}
}