/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #FB9233; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #93C600;
}

.buttonscontainer {width: 170px;}

.buttons a {
width: 100%;
color: #CC0000;
background-color: #000000;
padding: 1px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #FFFF00;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #660000;
color: #FFFF00;
text-decoration: none;}

.menu_header {
background-color: #FFFF66;
color: #000000;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
padding: 2px;
padding-left: 3px;
display: block;
text-align: left;
width: 100%;
height: 28px;
vertical-align: bottom;
padding-top:11px
}

.text_link {
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
}

BODY {
font-family: "Times New Roman", Verdana, Helvetica, sans-serif;
font-size:	9px;
font-weight: normal;
}

A {
text-decoration: none;
}

TABLE th {
background-color: #353535;
}

.even_row {
background-color: #403F3F;
}

.odd_row {
background-color: #484848;
}
