a {text-decoration: none;}
a:link {text-decoration: none; color: #8c6238;}
a:visited {text-decoration: none; color: #8c6238;}
a:hover {text-decoration: none; color: #8c6238;}

/* force scrollbar */

html { min-height: 100%; margin-bottom: 1px; overflow: scroll; }


body
{
   font-family: arial; 
   color: #FFFFFF;
   font-size : 10pt;
   background-color: #000000;
}

td {font-size: 10pt;}


/* header styles */
.head1
{
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   background : #000000;
   font-family: Arial;
   font-size : 10pt;
   font-weight: bold;
   color : #FFFFFF;
}

a:link.head1 {color: #108F34;}
a:hover.head1 {color: #108F34;}

/*special styles*/

.special
{  
   font-family: Arial;
   font-size : 10pt;
   color : #FFFFFF;
   cursor: pointer;
}
.over_special
{  
   font-family: Arial;
   font-size : 10pt;
   color : #8c6238;
   cursor: pointer;
}


/* table styles */

.clear
{
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   font-family: Arial;
   font-size : 10pt;
   color : #FFFFFF;
}

.footer
{
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   text-align: center;
   font-family: Arial;
   font-size : 8pt;
}
/*drop these into the <a> to use them*/
a.footer:link {text-decoration: none; color: #8c6238;}
a.footer:visited {text-decoration: none; color: #8c6238;}
a.footer:hover {text-decoration: none; color: #8c6238;}

/* navigation button styles*/

.navup
{
   border-top : 0px solid #ffffff;
   border-left: 0px solid #ffffff;
   border-bottom : 0px solid #ffffff;
   border-right : 0px solid #ffffff;
   font-family: Arial;
   font-size : 8pt;
   color : #ffffff;
   cursor: pointer;
}

.navover
{
   border-top : 0px solid #ffffff;
   border-left: 0px solid #ffffff;
   border-bottom : 0px solid #ffffff;
   border-right : 0px solid #ffffff;
   background : #333333;
   font-family: Arial;
   font-size : 8pt;
   /*text-decoration: underline;*/
   color : #ffffff;
   cursor: pointer;
}

/* form styles*/

.formgray
{
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   font-family: Arial;
   background : #333333;
   font-size : 10pt;
   color : #FFFFFF;
}

.menu
{
	background-image: url(images/silver-bar.jpg);
	font-family: "Times New Roman";
	font-size : 10pt;
	color : #1B1464;
	font-weight: bold;
	text-align: center;
	height: 23px;
	padding-top: 3px;

}
.menu a:link {color: #1B1464;}
.menu a:visited {color: #1B1464;}
.menu a:hover {color: #8c6238;}
