body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #000000;
  color: #FFFFFF;
  font-size: x-small;
}

td {
  font-family: helvetica;
  font-size: x-small;
}

th {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: x-small;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

a:hover {
	text-decoration: bold;
	color: YELLOW;
}

a.navbar {
	font-family: helvetica;
	color: #FFFFFF;	
}

a:visited.navbar {
	font-family: helvetica;
	color: #FFFFFF;	
}

td.NavBar {

	background-color: #008800;
	font-family: verdana;
	font-size: 8pt;
	vertical-align: top;
	color: #FFFFFF;
	padding: 3px;

}

tr.NavBar {
	background-color: #008800;
	font-family: helvetica;
	font-size:x-small;
	vertical-align: top;
	color: #FFFFFF;
	padding: 3px;
	white-space: nowrap;
}

table.TableData {
	border: 0px;
	width: 550px;
}

td.THData {
  font-family: helvetica;
	font-size:x-small;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #006000;
	vertical-align: top;
	color: #FFFFFF;
	padding: 3px;
	white-space: nowrap;
}

td.TDLabel {
  font-family: helvetica;
	font-size:x-small;
	background-color: #CCCCCC;
	vertical-align: top;
	padding: 3px;
	white-space: nowrap;
	width: 150px;
}

td.TDData1 {
  font-family: helvetica;
	font-size:x-small;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 3px;
	white-space: nowrap;
}

td.TDData2 {
  font-family: helvetica;
	font-size:x-small;
	background-color: #CCCCCC;
	vertical-align: top;
	padding: 3px;
	white-space: nowrap;
}

td.TDContent {
  font-family: helvetica;
	font-size:x-small;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 3px;
	white-space: nowrap;
}

span.MessageDisplay {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:x-small;
	background-color: #EEEEEE;
	padding: 3px;
	border: 1px solid #000099;
	width: 550px;
	color: #000000;
	margin: auto auto 15px;
}

span.ErrorDisplay {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:x-small;
	background-color: #EEEEEE;
	padding: 3px;
	border: 1px solid #000099;
	width: 550px;
	color: #FF0000;
	margin: auto auto 15px;
}

span.H1Black {
  font-family: helvetica;
	font-size:Large;
	color: #000000;
}

iframe.FrameFloat {
	border:1px solid black;
	position:absolute;
	padding: 10px;
	z-index: 100;
	left: 0px;
	top: 0px;
	height: 600px;
	width: 600px;
	visibility: hidden;
}

iframe.FrameEmbed {
	border:1px solid black;
	padding: 10px;
	height: 600px;
	width: 762px;
}



input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9pt;
}

textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
}

navLink {
  font-family: helvetica;
	font-size: 2pt;
	text-decoration:none; 
	color: #000099;
}
