a:link, a:visited {
color:#ff0000;
text-decoration: none;
} 

a:hover,a:active {
text-decoration: #ff0000;
color:#069;
}

body {
margin:0;
padding:0;
/*background-color: #2c0202;*/
background: transparent url("images/bg.jpg") repeat-x;
background-color: #000000;
font-size: 12px;
color:#000000;
margin:0px;
text-align: center;
font-family: Verdana; 
}

#content {
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
width: 750px;
background-color: #ffffff;
border: 0px solid #000000;
}

.inner{
margin: 10px;
margin-top: 0;
}

#menu ul {
	margin: -8 0 0 2px;
	padding: 0;
	font-size: 14px;
}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #ba0f0f;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: white;
}

#menu a:hover {
	background-color: #ba0f0f;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
}

.footer ul {
	font-size: 12px;
}

.footer li {
	display: inline;
}

.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #868584;
	font-weight: bold;
	padding-right: 5px;
}

.footer a:hover {
	color: #474746;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 5px;
}

form {
  font: 80%;
  margin: 0;
  padding: 0;
}

fieldset {
  clear: both;/* note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
  border-width: 3px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  width: 370px;
  background-color: #f5f5f5;
}

legend {
	font-family: Trebuchet, Arial, Verdana;
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

fieldset label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

fieldset input, fieldset textarea, fieldset select {
	font-weight: bold;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

fieldset input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

fieldset small {
	display: block;
	margin: 0 0 5px 25px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

fieldset .required{font-weight:bold;} /* uses class instead of div, more efficient */

fieldset br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
fieldset .req {
  background-color: yellow;
}

tr.normal{
height: 20px;
}

tr.normalon {
height: 20px;
background-color: #e0f9b5;
}

.footer {
	font: 10px Arial, Helvetica, sans-serif;
	text-indent: 0;
	text-align: center;
	color: #353434;
	margin: 20px 0 10px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #aaaaaa;
	font-weight: bold;
}

.news {
	font: 15px Arial, Helvetica, sans-serif;
	text-indent: 0;
	text-align: left;
	color: #353434;
	margin: 20px 0 10px 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
}