BODY	{
	scrollbar-base-color: #000000;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

 /* PAGE LINK COLORS */

a:link		{ color: #666666; text-decoration: none; }

a:visited	{ color: #666666; text-decoration: none; }

a:active	{ color: #666666; text-decoration: none; }

a:hover		{ color: #666666; text-decoration: underline; }




 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #666666; FONT: 11px arial, geneva, verdana, arial, sans-serif }

.title		{ COLOR: #000000; FONT: 18px arial, sans-serif; font-weight: bold }

.title2		{ COLOR: #999999; FONT: 18px arial, sans-serif; font-weight: normal }

.subtitle	{ COLOR: #3366FF; FONT: 13px arial, sans-serif; font-weight: bold }

.footer		{ COLOR: #666666; FONT: 10px arial, sans-serif, verdana }

.hilite		{ COLOR: #006600; }

.price 		{ color: #339900; FONT: 16px arial, sans-serif; font-weight: bold; text-decoration: underline; }

.just 		{ text-align: justify; }




 /* IMAGE BORDERS */


.borders		{ border: #000000 0px solid; cusor:hand; }





 




 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide {display:none;}
}
@media screen{
.printonly { display:none }
}






 /* MISC CODE AND COLORS */

.splitlines	{ COLOR: #000000; HEIGHT: 1px; WIDTH: 100% }


.nobreak	{ white-space:nowrap; }




 /* START THE CODE FOR THE PAGE MENUS */



.menu-table 	{ width: 500px;
		  height: 30px;
		  background-color:#FFFFFF;
		  background-image: url("");
		  border-top: #FFFFFF 0px solid;
		  border-left: #FFFFFF 1px solid;
		  border-right: #FFFFFF 1px solid;
		  border-bottom: #FFFFFF 1px solid;
		}





.menu		{ font-size: 11px;
		  font-family: arial, Helvetica, sans-serif, verdana, helvetica, sans;
		  height: 30px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 5px;
		  padding-right: 5px;
		  cursor:hand;
		  font-weight: normal;
		  text-align:center;
		  line-height: 28px;
		  display: ;
		  white-space:nowrap;
		  border: #FFFFFF 0px solid; }


.firstmenu	{ color:#000000; }



a.menu:link 	{ 
		  background-color:#FFFFFF;
		  color: #000000; }


a.menu:visited 	{ 
		  background-color:#FFFFFF;
		  color: #000000; }


a.menu:active 	{ 
		  background-color:#FFFFFF;
		  color: #000000; }



a.menu:hover 	{ 
		   background-color:#FFFFFF;
		   color: #000000; }


