body, td {
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: normal;
}
a, a:visited, a:link {
	color: #3440AB; 
	text-decoration: none;
}
a:hover { 
	text-decoration:underline; 
	color: #344077;
}
a:active {
	color: 113366; 
	text-decoration: none;
}
.radio { 
	font-size: 9pt; 
	background: #; 
} 
.input,input,select {
	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: 8pt;
	color: white;
	background: #004680;
	border-color: #DDDDDD;
	text-indent: 2px;
}
.header {
	background-color: #3440AB;
	color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
	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;
        height: 25;
}
.subheader {
	background-color: #004680;
	color: #FFFFFF;
        font-family: Verdana;
        font-size: 12px;
	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: #E2E7ED;
}
.row2 {
	background-color: #D2D7DD;
}