/* The following code forces a vertical scroll bar to stop page shifts on short pages */
html { min-height: 100%; margin-bottom: 1px; }

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color:#383838;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.textWHITE10 {
	color: #FFFFFF;
	font-size: 12px;
}

.textWHITE16 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
}

.textWHITE08 {
	color: #FFFFFF;
	font-size: 08px;
	font-weight:bold;
}

/* Normal site link states */
a:link {
	color: #ffde00;
	text-decoration: underline;
}
a:visited {
	color: #ffde00;
	text-decoration: underline;
}
a:active {
	color: #ffde00;
	text-decoration: underline;
}
a:hover {
	color: #ffde00;
	text-decoration: underline;
}
