A:link {text-decoration: none; color: white; font-family: verdana;}
A:visited {text-decoration: none; color: white; font-family: verdana;}
A:active {text-decoration: none; color: white; font-family: verdana;}
A:hover {text-decoration: none; color: red; font-family: verdana;}
A {font-family: arial}
Body {font-family: verdana; font-size: 10}
Table {font-family: verdana; font-size: 10}
H3 {letter-spacing: 6}

input, textarea {
	color: white;
	font-size: 8pt;
	font-family: "verdana";
	font-weight: normal;
	background-color: #FFFFFF;
	border: #000000 1px solid;
}

input, submit, textarea {
	color: white;
	font-size: 8pt;
	font-family: "Verdana";
	font-weight: normal;
	background-color: #777777;
	border: #000000 1px solid;
}

th {
	background-color: #000088;
	border: #000000 1px solid;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	font-family: "Verdana";
	border-collapse: collapse;
}

table.table_lines td {
	border-bottom: 1px #000000 solid;
	padding-top: 9;
	padding-bottom: 10;
	border-collapse: collapse;
         color: orange;
}

td.standard { font-family: verdana; color: white; } 

th.subhr {
	background-color: black;
	border-right: #000000 1px solid;;
	border-left: none;
	border-top: none;
	border-bottom: #000000 1px solid;
	border-collapse: collapse;
}

th.subh {
	background-color: black;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: #000000 1px solid;
	border-collapse: collapse;
}

td {
	color: orange;
	font-size: 9pt;
	font-family: "Verdana";
	border-collapse: collapse;
         border-bottom: #000000;
         border-right: #000000;
}

select {
	color: White;
	background-color: FFFFFF;
	border: Black 1px solid;
}