body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:  white;
	color: black;
	font-size: 10px;	
}
img { border: 0px;}
h1{
	font-weight: bold;
	font-size: 14px;
}
h2 {
	font-weight: bold;
	font-size:  12px;
}
h3, h4, h5, h6 {
	font-weight: bold;
	font-size:  10px;
}
a {
	color: #000000;
	text-decoration:  none;
}
a:hover {
	color: #CC3300;  
	text-decoration: underline;
} 
ul, ol {
	list-style-position : outside;
}
li {
	margin-left: 0px;
}
td.header{
	font-weight:  bold;
}
.printonly{
	display: none;
}
.searchbot{
	display:  none;  
}