BODY {
	margin: 0px;
	background: #000;
}

#admin_page {
	background: #fff;
	margin: 0px 0px 0px 30px;
}

#head_bg {
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
}

.header {
	color: #fff;
	background: #6b0000;
	text-align: center;
}
.header H1 {
	color: #fff;
	font-family: Georgia;
	font-size: small;
	padding: 5px;
}
.header A {
	color: #fff;
}
.licensee {
	color: #948484;
	font: x-large Arial;
	letter-spacing: .5em;
	padding-bottom: 10px;
}

SPAN.highlighted {
	background-color: #ff0;
}

.controlPanel {
	background-color: #948484;
	text-align: center;
	color: #000;
	padding-bottom: 6px;
	padding-top: 6px;
	font: small Georgia, serif;
	font-weight: bold;
}
.controlPanel A {
	color: #fff !IMPORTANT;
	text-decoration: none !IMPORTANT;
	margin-left: 6px !IMPORTANT;
	margin-right: 6px !IMPORTANT;
	border-left: 6px solid #6b0000 !IMPORTANT;
	background: #940000 !IMPORTANT;
	padding: 4px 6px 4px 6px !IMPORTANT;
	font: small Arial, sans-serif !IMPORTANT;
	font-weight: normal !IMPORTANT;
}
.controlPanel A:hover {
	color: #000 !IMPORTANT;
	background-color: #b40000 !IMPORTANT;
}
.aux {
	background-color: #746464;
	border-top: 1px solid #fff;
	color: #fff;
}

DIV.VFD_form FORM {margin: auto;}
DIV.VFD_form FORM TABLE {width: 100%;}
.content {
	padding: 5px 10px 15px 10px;
}
.content TABLE {
	border-collapse: collapse;
}
.content TD.form-submit {
	text-align: center;
}
.content TD {
	background: #b4a4a4;
	color: #000;
	font: small Georgia;
	vertical-align: top;
}
.content TH {
	text-align: left;
}
.content A {
	color: #800;
	text-decoration: underline;
}
.content A:hover {
	color: #000;
	text-decoration: none;
}
.content H1 {
	color: #a00;
	font: large Arial;
	font-style: italic;
	letter-spacing: .25em;
	text-align: center;
}
.content H2 {
	color: #b22;
	font: medium Arial;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 4px 0px;
}
.content H3 {
	color: #c44;
	font: small Arial;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 4px 0px;
}
.content INPUT,TEXTAREA,SELECT {
	color: #000;
	font-family: Times New Roman, Times, Courier, serif;
	background: #fff0e8;
	border: 2px solid #baa;
}
.content INPUT:focus, TEXTAREA:focus, SELECT:focus {
	background: #fff;
	border: 2px solid #f00;
}

.content P {
	margin-left: 40px;
	margin-right: 30px;
	text-indent: 0em;
	color: #555;
}


.footer {
  text-align: right;
  font-family: Arial, Helvitica, sans-serif;
  font-size: xx-small;
  color: #500;
}


.shaded {
  color: #888;
}

.ss {
  font-family: Helvitica, Arial, sans-serif;
  text-align: left;
  font-size: x-small;
  font-weight: bold;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 4px;
}

P.intratable {
  font-family: Arial, Helvitica, Verdana, sans-serif;
  font-size: xx-small;
  color: #444 !IMPORTANT;
  margin: 0px 60px 5px 2px !IMPORTANT;
}
P.intratable B {
  font-size: x-small;
  color: #000 !IMPORTANT;
}

.alt_row {background-color: #cbb !IMPORTANT}
.red {color: #a22}
A.title {color: #800 !IMPORTANT;
  text-decoration: underline !IMPORTANT;
}
A:hover.title {text-decoration: none !IMPORTANT;}

.help {font-family: Arial, Helvitica, sans-serif;
  font-size: small;
  margin-left: 1em;}

.display_box {
	width: 180px;
	text-align: center;
	border: solid;
	border-color: #fff;
	border-width: 1px;
	padding: 2px;
}

.springlet_list {
	width: 150px;
	float: left;
	border-style: solid;
	border-color: #000;
	border-width: 1px 3px 3px 1px;
	padding: 10px 4px 0px 0px;
	margin-left: 2px;
}
.springlet_list UL {
	padding-left: 1px;
	margin-left: 1px;
}
.springlet_list LI {
	padding-left: 3px;
	margin-left: 3px;
	font-family: Arial, Helvitica, sans-serif;
	font-size: x-small;
	margin-bottom: 10px;
	list-style-type: none;
}
LI.there {
	font-weight: bold;
}

.letter_list {
	text-align: center;
}
.letter_list EM A {
	color: #000;
	font-weight: bold;
	background-color: #ff0;
}
.letter_list A {
	text-decoration: none;
}
