body, td {
  font-family: verdana;
  font-size: .7em;   
  line-height: 1.3em;
  color: #FFFFFF;
  background: #000000;
}
navlink {
	color: #666666; 
	text-decoration: bold;
}
a, a:visited, a:link {
	color: #BBBBBB; 
	text-decoration: none;
}
a:hover,navlink:hover { 
	text-decoration:underline; 
	color: #EEEEEE;
}
a:active {
	color: 113366; 
	text-decoration: none;
}
.radio { 
	font-size: 9pt; 
	background: #; 
} 
.input,input {
	font-family: Verdana;
	font-size: 7pt;
	background: #DDDDDD;
}
.checkbox {
	font-family: Verdana;
	font-size: 7pt;
	background: ;
}
.comments {
	font-size: 9pt;
}
.button {
	font-family: Verdana;
	font-size: 7pt;
	color: white;
	background: #444444;
	border-color: #DDDDDD;
	text-indent: 2px;
}
.header {
	background-color: #336699;
	color: #FFFFFF;
        font-family: Verdana;
        font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.outline {
	background-color: #000000;
}
.row1 {
	background-color: #EEEEEE;
}
.row2 {
	background-color: #D2D7DD;
}