BODY	{

	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

 /* PAGE LINK COLORS */

a:link		{ color: #0033FF; text-decoration: none; }

a:visited	{ color: #330099; text-decoration: none; }

a:active	{ color: #0033FF; text-decoration: none; }

a:hover		{ color: #990000; text-decoration: none; }




 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #333333; FONT: 14px helvetica, arial, geneva, verdana, sans-serif; }

.title		{ COLOR: #000000; FONT: 18px helvetica, arial, sans-serif; font-weight: bold; }

.title2		{ COLOR: #990000; FONT: 18px helvetica, arial, sans-serif; font-weight: normal; }

.subtitle	{ COLOR: #3366FF; FONT: 13px helvetica, arial, sans-serif; font-weight: bold; }

.footer		{ COLOR: #666666; FONT: 10px helvetica, arial, verdana, sans-serif; }

.jalinlink		{ COLOR: #666666; FONT: 10px helvetica, arial, verdana, sans-serif; }

.footer_menu 		{ color: #666666; FONT: 12px arial, sans-serif; text-decoration: none; }

.just 		{ text-align: justify; }







 /* 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, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("picts/shadeform.gif");
		  margin-top:1px;
		  BORDER: #000000 1px solid;
		}


.dropdown 	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #000000;
		  margin-top:1px;
		}

.cartdrop 	{ FONT: 10px arial, 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 VERTICAL MENUS */


.menu-layer  	{ position:relative; visibility:visible; left:0px; top:0px; z-index:2; }

.menu		{ font-family: helvetica, arial, verdana, sans-serif;
		  font-size: 9pt;
		  height: 25px;
		  width: 163px;
		  cursor:pointer;
		  font-weight: bold;
		  text-indent: 30px;
		  line-height: 20pt;
		  text-align: left;
		  display: block;
		  border-bottom: #000000 0px solid; }


a.menu:link 	{ background-image: url("picts/button_heart_off.png"); 
                color: #000000; }


a.menu:visited 	{ background-image: url("picts/button_heart_off.png"); 
                 color: #990000; }


a.menu:active 	{ background-image: url("picts/button_heart_off.png"); 
                 color: #666666; }


a.menu:hover 	{ background-image: url("picts/button_heart_on.png"); 
                 color: #ff0000; text-decoration: none; }




