BODY	{
	SCROLLBAR-BASE-COLOR: #999999;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}


 /* PAGE LINK COLORS */

a:link	{ color: #006633; text-decoration: none; }

a:visited	{ color: #663300; text-decoration: none; }

a:active	{ color: #006633; text-decoration: none; }

a:hover	{ color: #663300; text-decoration: none; }

.biglink 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none; }

.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline; }

.sideborder	{ BORDER: #000000 1px solid; }



 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #333333; FONT: 14px verdana, arial, sans-serif; }

.title { COLOR: #333333; FONT: 18px  verdana, arial, sans-serif; font-weight: bold; }
.subtitle	{ COLOR: #663300; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }

.copytext	{ COLOR: #999999; FONT: 12px verdana, arial, sans-serif; }

.page-splits	{ border: #006633 1px solid; background-color: #FFFFFF; color: #FFFFFF; height: 5px; width: 100%; }
.page-splits4	{ border: #006633 1px solid; background-color: #FFFFFF; color: #FFFFFF; height: 3px; width: 100%; }
.page-splits3	{ border: #663300 1px solid; background-color: #FFFFFF; color: #FFFFFF; height: 5px; width: 100%; }
.page-splits2	{ border: #663300 1px solid; background-color: #FFFFFF; color: #FFFFFF; height: 3px; width: 100%; }

.just 		{ text-align: justify; }

.text-table {
	FONT-SIZE: 90%;
}

.text-large {
	FONT-SIZE: 110%;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

.text-medium {
	FONT-SIZE:90%;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

 
.text-small {
	FONT-SIZE: 80%;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

small {
font-size: 80%;
}

.black {    	
COLOR: #000000
}

.green {    	
COLOR: #006633
}

.dkgreen {    	
COLOR: #02922F
}

.brown {    	
COLOR: #663300
}

.red {    	
COLOR: #CC0000
}


/*IMAGES*/

div.pad5x5{padding:5px 5px 5px 5px}
div.pad10x10{padding:10px 10px 10px 10px}
div.pad20x20{padding:20px 20px 20px 20px}



/* TABLE COLORS */

TABLE.brown{background:#663300}
TABLE.BROWN{background:#663300}
TABLE.green{background:#006633}
TABLE.GREEN{background:#006633}
TD.brown,TH.brown,TR.brown TD,TR.brown TH,TABLE TR TD.brown,TABLE TR TH.brown{background:#663300;color:#FFF}
TD.green,TH.green,TR.green TD,TR.green TH,TABLE TR TD.green,TABLE TR TH.green{background:#006633;color:#FFF}


/* IMAGE BORDERS */

.image-border		{ LEFT: 0px; position: relative; top: 0px; border: #000000 0px solid; margin-bottom: 4px; z-index: 0; }

.image-borderon		{ LEFT: 3px; position: relative; top: 3px; border: #000000 0px solid; margin-bottom: 4px; z-index: 0; }

.borders		{ border: #000000 1px solid; }

.borders2		{ border: #1FA54C 1px solid; }



 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}

