<!--

html
{ 
background-image: url('../images/bg.gif');
background-color: #663300;
}

body 
{ 
margin: 0px 0px 0px 0px;
}

.maintable 
{ 
background-color: #ECDBBF;
background-image: url('../images/table_bg.gif');
}

td
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: normal;
color: #000000;
}

.adminheader
{
font-family: arial, verdana;
font-size: 11pt;
font-weight: bold;
color: #660000;
}

.adminheadersm
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: bold;
color: #660000;
}

.textError
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: bold;
color: #ff0000;
}

.textRed
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: bold;
color: #ff0000;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000000;
background-image: url('../images/footer_bg.jpg');
text-align: center;
vertical-align: middle;
}

a:link, a:visited, a:active  {
	color: #660000;
	text-decoration: underline; 
}

a:hover {
	color: #660000;
	text-decoration: none; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover 
	{
	color: #000000;
	text-decoration: none; 
}

/*
----------------------------------------------------------------------
Styles for admin
----------------------------------------------------------------------
*/


.menucontent
{
font-family: arial;
font-size: 10pt;
font-weight: normal;
color: #000000;
text-align: left;
vertical-align: top;
}

.menucontentsub
{
font-family: arial;
font-size: 10pt;
font-weight: normal;
font-style: italic;
color: #000000;
text-align: left;
vertical-align: top;
}

.menucontentheader
{
font-family: arial;
font-size: 12pt;
font-style: italic;
font-weight: bold;
color: #660000;
text-align: left;
vertical-align: top;
padding-left: 3px;
}

.subcatcontent
{
font-family: arial;
font-size: 12pt;
font-weight: bold;
font-style: italic;
color: #000000;
text-align: left;
vertical-align: top;
}

.textNormal {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif }


.textSmall {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif }


	
.textGreen {
	font-size: 9pt;
	font-weight: bold;
	color: green;
	font-family: Arial, Helvetica, sans-serif }
	
.tableHeader {
	font-size: 9pt;
	color: #000000;
	background: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif }
	
.menuBar {
	color: black;
	background: #F0F0F0;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif }

.tableBody2 {
	color: black;
	font-size: 9pt;
	background: #F0F0F0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif }

-->