BODY	{ background-color: #264c71; margin: 0; scrollbar-base-color: #F0F0F0; }

 /* PAGE LINK COLORS */

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

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

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

a:hover		{ color: #6699FF; text-decoration: none; }




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

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

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

.title2		{ COLOR: #fff; FONT: 18px arial, sans-serif;}

.subtitle	{ COLOR: #fff; FONT: 14px arial, sans-s}

.footer		{ COLOR: #999999; 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 1px solid; cusor:hand; }
/* HIDE MENU AND ITEMS FOR PRINTING */


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





 /* START CODE FOR THE FORMS */


.shadeform	{ FONT: 12px arial, sans-serif, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("picts/shadeform.gif");
		  margin-top:1px;
		  BORDER: #000000 1px solid;
		}


.dropdown 	{ FONT: 12px arial, sans-serif, verdana, sans-serif;
		  COLOR: #000000;
		  margin-top:1px;
		}

.cartdrop 	{ FONT: 10px arial, sans-serif, verdana, sans-serif;
		  COLOR: #000000;
		  width: 100px;
		  margin-top: 1px;
		  margin-bottom: 4px;
		}

.searchbutton	{ FONT: 12px arial, sans-serif, verdana, sans-serif; }


 /* 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: 802px; height: 30px; background-color:#c0c0c0; background-image: url(picts/menu-background.gif);
	;border-color: #000000; border-style: solid; border-width: 0 1px 1px; }





.menu		{ font-size: 12px; font-family: arial, Helvetica, sans-serif, verdana, helvetica, sans; height: 30px; cursor:hand; font-weight: bold; text-align:center; line-height: 28px; padding: 0 5px; display: block; white-space:nowrap; border: solid 0 #000000; }


.firstmenu	{ color:#264c71; }
a.menu:link 	{ background-image: url("picts/menu.gif");
		  background-color:#C0C0C0;
		  color: #666666; }


a.menu:visited 	{ background-image: url("picts/menu.gif");
		  background-color:#C0C0C0;
		  color: #666666; }


a.menu:active 	{ background-image: url("picts/menu.gif");
		  background-color:#C0C0C0;
		  color: #666666; }



a.menu:hover 	{  background-image: url("picts/menuon.gif");
		   background-color:#F0F0F0;
		   color: #000000; }


