body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: Blue;
}
span.alert{
	color: Red;
	font-weight: bold;
}
a:hover { text-decoration: underline; color: Black; }
a.footer { color: Black; }
a.footer:hover { color: blue; }
td { font-size: 12px; color: #000000;}
td.nav {
	background-color: Green;
	color: #DDDDDD;
}
td.step{
	font-size: 18px;
	color: Teal;
	background-color: #F5F4F4;
	font-weight: bold;
}
td.transparent{ background-color: #ffffff; }
td.reporttotal{ background-color: #ffffff; color:black;  }
h2 { font-size: 20px; color: #006400; }
h3 {
	font-size: 15px;
	color: Teal;
}
input.mini {
	font-size: xx-small;
	border: 1px solid Black;
	background: green;
	color: White;
}
.header { font-size: 14px; color: #585858; }
.date { color: #000000; font-size: 11px; text-decoration: none; }
.cont { font-size: 12px; color: #DDDDDD; margin-left: 15px; margin-right: 15px; margin-top: 15px; margin-bottom: 15px; }
a.Skip:link { color: #CCCCCC; font-size: 10px; text-decoration: none; }
a.Skip:active { color: #777777; font-size: 10px; text-decoration: none; }
a.Skip:visited { color: #CCCCCC; font-size: 10px; text-decoration: none; }
a.Skip:hover { color: #777777; font-size: 10px; text-decoration: none; }
a.ft:link { color: #444444; font-size: 10px; text-decoration: underline; }
input.hidden{background-color: #ffffff; border:0px solid}
select.sm{font-size : xx-small}
.html {
	font-family: monospace;
	font-size: x-small;
}
table.tab{
	background-color: White;
	border: 1px solid #006400;
	border-bottom-width: 0px;
	color: Green;
}
table.tab2{
	color: white;
	background-color: Green;
	border: 1px solid #663333;
	border-bottom-width: 0px;
}
table.norecords{ background-color : White;  border : 1px solid #006400;  }
A.tab {color : white; text-decoration:none	 }
A.tab:hover {color : Khaki; text-decoration:underline	 }
div.title{
	background-color: Green;
	color: White;
	font-size: large;
	font-weight: normal;
}
td.camppg{
	background: Silver;
	color: Green;
	font-weight: bold;
}


