BODY	{
	scrollbar-base-color: #F0F0F0;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../Pics/skinbg.jpg)
	}

 /* PAGE LINK COLORS */

a:link		{ color: #000000; text-decoration: underline; }

a:visited	{ color: #000000; text-decoration: underline; }

a:active	{ color: #000000; text-decoration: underline; }

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




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

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

.TABLE2		{ COLOR: #FFFFFF; FONT: 14px eurostile, arial, geneva, verdana, sans-serif; }

.title		{ COLOR: #7f421e; FONT: 25px geneva, verdana, arial, sans-serif; font-weight: bold; }

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

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

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

.center 		{ text-align: center; }


 /* IMAGE BORDERS */


.borders		{ border: #C0C0C0 1px solid; cursor:hand; }



 
 /* HIDE MENU AND ITEMS FOR PRINTING */

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



 /* START THE CODE FOR THE PAGE MENUS */


.menu-table 	{ width: 895px; }


.menu	  { font-size: 14px; 
			font-family: eurostile, arial, sans-serif, verdana, helvetica; 
			cursor:hand; 
			font-weight: bold; 
			text-align:center; 
			line-height: 28px; 
			background-image: url(../Pics/button.jpg); 
			display: block; 
			white-space:nowrap; 
			width: 100%; 
			padding: 0; 
			border-color: #7f421e; 
			border-style: solid; 
			border-width: 1px 1px 2px; }


.firstmenu	{ color:#000000; }



a.menu:link 	{ background-image: url("../Pics/menu.jpg");
		   color: #000000; }


a.menu:visited 	{ background-image: url("../Pics/menu.jpg");
				  color: #000000; }


a.menu:active 	{ background-image: url("../Pics/menu.jpg");
		  background-color:#C0C0C0;
		  color: #COCOCO; }


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


