BODY	{
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}




/* PAGE LINK COLORS */

a:link		{ color: #000000; text-decoration: none; font-size: 13px; font-family: arial, helvetica, sans-serif; }

a:visited	{ color: #0033FF; text-decoration: none; font-size: 13px; font-family: arial, helvetica, sans-serif; }

a:active	{ color: #0033FF; text-decoration: none; font-size: 13px; font-family: arial, helvetica, sans-serif; }

a:hover		{ color: #FF0000; text-decoration: none; font-size: 13px; font-family: arial, helvetica, sans-serif; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #666666; FONT: 13px arial, geneva, verdana, sans-serif; }

.title		{ COLOR: #000000; FONT: 18px arial, sans-serif; font-weight: bold; }

.title2		{ COLOR: #999999; FONT: 18px arial, sans-serif; font-weight: normal; }

.title3		{ COLOR: #FF0000; FONT: 18px arial, sans-serif; font-weight: normal; }

.title4		{ COLOR: #000000; FONT: 16px arial, sans-serif; font-weight: bold; }

.insert		{ COLOR: #0A7C0A; FONT: 16px arial, sans-serif; font-weight: bold; }

.subtitle	{ COLOR: #006400; FONT: 13px arial, sans-serif; font-weight: bold; }

.subtitle2	{ COLOR: #0033FF; FONT: 15px arial, sans-serif; font-weight: bold; }

.mytext 	{ COLOR: #000000; FONT: 13px arial, sans-serif; font-weight: normal; }

.footer		{ COLOR: #999999; FONT: 10px arial, verdana, sans-serif; }

.footerRed	{ COLOR: #ff0000; FONT: 11px arial, verdana, sans-serif; }

.articles	{ COLOR: #000000; FONT: 12px arial, verdana, sans-serif; }

.hilite		{ COLOR: #006600; }

.just 		{ text-align: justify; }



/* IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }


/* Lists */

ul.disc { list-style-type: disc; }
ul.circle { list-style-type: circle; }
ul.none { list-style-type: none; }


.dropcap {
	float:left;
	margin-top:0px;
	color:#666666;
	width:65px;
	font-size: 56px;
	line-height:48px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-right: 5px;
	
} 

.dropcap2 {
	float:left;
	margin-top:0px;
	color:#666666;
	width:40px;
	font-size: 56px;
	line-height:48px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-right: 5px;
	
} 

.dropcap3 {
	float:left;
	margin-top:0px;
	color:#666666;
	width:47px;
	font-size: 56px;
	line-height:48px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-right: 5px;
	
} 

.dropcap4 {
	float:left;
	margin-top:0px;
	color:#666666;
	width:44px;
	font-size: 56px;
	line-height:48px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-right: 5px;
	
} 

.dropcap5 {
	float:left;
	margin-top:0px;
	color:#666666;
	width:64px;
	font-size: 56px;
	line-height:48px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-right: 5px;
	
}

.dropcap6 {
	float:left;
	margin-top:0px;
	color:#666666;
	width:58px;
	font-size: 56px;
	line-height:48px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-right: 5px;
	
}



/* 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;
		}




/* 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: 752px;
		background-color:#010185;
		border-top: #000000 0px solid;
		border-left: #000000 1px solid;
		border-right: #000000 1px solid;
		border-bottom: #000000 1px solid;
		}


.menu		{
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		cursor:pointer;
		font-weight: bold;
		text-align:center;
		line-height: 28px;
		display: block;
		white-space:nowrap;
		width: 100%;
		border: #000000 0px solid;
		}



a.menu:link 	{
		background-image: url("picts/menu.gif");
		background-color:#010185;
		color: #FFFFFF;
		}


a.menu:visited 	{
		background-image: url("picts/menu.gif");
		background-color:#010185;
		color: #FFFFFF;
		}


a.menu:active 	{
		background-image: url("picts/menu.gif");
		background-color:#010185;
		color: #FFFFFF;
		}


a.menu:hover 	{
		background-image: url("picts/menuon.gif");
		color: #FFFF00;
		}
