body {
	background : Black;
	font-family : Tahoma;
	font-size: 12px;
	color : White;
}
small {
	font-family: Tahoma;
	font-size: 11px;
} 
h1, h2, h3, h4, h5, h6  {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
}
p {
	font-family: Tahoma;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 0px;
} 
td, li, ol, ul {
	font-family: Tahoma;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	color: Silver;
}
a:visited {
	text-decoration: underline;
	color: White;
}
a:hover {
	text-decoration: none;
	color: Red;
}
a:active {
	text-decoration: underline;
	color: Fuchsia;
}
th {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Red;
}


/* Special Classes */
.copy {
	font : 6pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
}
a.leftnav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	display: block;
	width: 120px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-weight: bold;
}
a.leftnav:hover {
	background-color: Red;
	text-decoration: none;
	color: White;
}
a.leftnav:visited {
	text-decoration: none;
	color: White;	
}
a.leftnav-curr {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Yellow;
	display: block;
	width: 120px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: -1px;
	font-variant: small-caps;
	font-weight: bold;
}
a.leftnav-curr:hover {
	background-color: Red;
	text-decoration: none;
	color: Yellow;
}
a.leftnav-curr:visited {
	text-decoration: none;
	color: Yellow;
}
.lhead {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: Red;
}
td.ldesc {
	font: 12px Tahoma;
	color: White;
	background-color: Maroon;
}
.tlight {
	color: Red;
	font-weight: bold;
}
.webpostat {
	color: White;
	font: 11px Tahoma;
}
.smalldate {
	font: italic 11px Tahoma;
}
.myForm {
	border-top: Yellow solid thin;
	border-bottom: #777700 solid thin;
	border-right: #777700 solid thin;
	border-left: Yellow solid thin;
	color: White;
	background: Red;
	font-family: Courier;
	font-size: 10px;
	border-width: 1px;
}