body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
}
h1{
	font-weight: bold;
	font-size: 14px;
}
h2 {
	font-weight: bold;
   font-size:  13px;
	color:  #405C8B; /* blue */
}
h3, h4, h5, h6 {
	font-weight: bold;
	font-size:  10px;
}
a:link {
	color:  #ff6600; /* orange */
	text-decoration: none;
}
a:visited {
	color: #999999;  
	text-decoration: none;

}
a:hover {
	color:  #ff6600;
	text-decoration: underline;
} 
a:active {
	color:  #ff6600;
	text-decoration: none;
}
ul, ol {
	padding: 0px;  /* for netscape */
	list-style-position : outside;
}
li {
	margin-left: 0px;
}
td.header{
	font-weight:  bold;
}
.printonly{
	display: none;
}
.searchbot{
	display:  none;  
}
.docformtext{
	background-color: #ffffff !important;  /* IE bug? */
}
.docformtextarea{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}