h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #800000;
	background-color: #CCEEFF;
	text-align: left;
	text-indent: 15px;
	vertical-align: middle;
	word-spacing: 2px;
	display: block;
	border: 1px solid #ABABAB;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #008000;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	word-spacing: 2px;
	letter-spacing: 1px;
	vertical-align: middle;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #424242;
	text-decoration: none;
	text-align: left;
	word-spacing: 2px;
	padding-right: 5px;
	padding-left: 15px;
}
.trheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #2E7A29;
	text-decoration: none;
	background-color: #D5D5D5;
	text-align: center;
	vertical-align: middle;
	word-spacing: 2px;
	display: block;
}
.borders {
	border: 1px solid #818181;
}
.tdcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #030303;
	text-align: left;
	vertical-align: middle;
	word-spacing: 2px;
	display: block;
}
.tablespan {
	background-color: #E8E8D0;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #424242;
	text-decoration: none;
	word-spacing: 2px;
	border: 1px solid #2D2D2D;
	width: 450px;
	background-color: #F4F9DD;
}
optgroup {
	background-color: #E8E8D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #804040;
	text-decoration: none;
	word-spacing: 2px;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #181818;
	text-decoration: none;
	word-spacing: 2px;
	display: block;
	background-color: #FFFFFF;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #2D2D2D;
	text-decoration: none;
	word-spacing: 2px;
	padding-right: 5px;
	padding-left: 10px;
	list-style-type: circle;
}
li{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #2D2D2D;
	text-decoration: none;
	word-spacing: 2px;
	padding-right: 5px;
	padding-left: 10px;
	list-style-type: circle;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #181818;
	text-decoration: none;
	background-color: #F5FBD2;
	width: 100%;
	padding-right: 5px;
	padding-left: 15px;
	border: 1px solid #7C910D;
	letter-spacing: 1px;
	word-spacing: 2px;
}



#nav{
	white-space : nowrap;
	background-color : #000000;
	float : left;
	color : White;
	width : 100%;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF8000;
	border-right-color: #FF8000;
	border-bottom-color: #FF8000;
	border-left-color: #FF8000;
} 
#nav ul{
   padding : 0;
   margin : 0;
   float : right;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
	padding-left : 1em;
	padding-right : 1em;
	padding-top : 5px;
	padding-bottom : 5px;
	background-color : #000000;
	color : White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight : bold;
	text-decoration : none;
	float : left;
	border-right-color : #C0C0C0;
	border-right-style : solid;
	border-right-width : 1px;
	word-spacing: 2px;
}
#nav ul li a:hover{
   background-color : #424242;
   color : #FFFFFF;
} 

form {
	display: block;
	margin: 1px;
	padding: 1px;
}
.selContent {
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E4EFAB;
	width: 100%;
}
