BODY	{
	SCROLLBAR-BASE-COLOR: #C0C0C0;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}




 /* PAGE LINK COLORS */

a:link	{ color: #003399; text-decoration: none; }

a:visited	{ color: #003399; text-decoration: none; }

a:active	{ color: #003399; text-decoration: none; }

a:hover	{ color: #FF6600; 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; }





 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #333333; FONT: 12px verdana, arial, sans-serif; }

.title		{ COLOR: #333333; FONT: 18px verdana, arial, sans-serif; font-weight: bold; }

.subtitle		{ COLOR: #003399; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }

.phonetitle	{ COLOR: #669966; FONT: 14px arial, verdana, sans-serif; font-weight: bold; }

.picturetitle 	{ COLOR: #333333; FONT: 11px verdana, arial, sans-serif; }

.copytext	{ COLOR: #333333; FONT: 12px verdana, arial, sans-serif; }

p { COLOR: #333333; FONT: 12px verdana, arial, sans-serif; }

.page-splits	{ border: #669966 1px solid; background-color: #DEF1DA; color: #DEF1DA; height: 3px; width: 100%; }

.just 		{ text-align: justify; }

.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%;
}

.green {    	
COLOR: #669966
}

.ltgreen {    	
COLOR: #99CC99
}

.red {    	
COLOR: #CC0000
}

.white {    	
COLOR: #FFFFFF
}

.yellow {    	
COLOR: #F0C931
}

.ltyellow {    	
COLOR: #F3D664
}

/* 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: #669966 1px solid; }


/* TABLE COLORS */


TABLE.ltgreen{background:#99CC99}
TABLE.LTGREEN{background:#99CC99}
TABLE.green{background:#669966}
TABLE.GREEN{background:#669966}
TABLE.yellow{background:#F0C931}
TABLE.YELLOW{background:#F0C931}
TABLE.ltyellow{background:#F3D664}
TABLE.LTYELLOW{background:#F3D664}
TD.ltgreen,TH.ltgreen,TR.ltgreen TD,TR.ltgreen TH,TABLE TR TD.ltgreen,TABLE TR TH.ltgreen{background:#99CC99;color:#FFF}
TD.green,TH.green,TR.green TD,TR.green TH,TABLE TR TD.green,TABLE TR TH.green{background:#669966;color:#FFF}
TD.yellow,TH.yellow,TR.yellow TD,TR.yellow TH,TABLE TR TD.yellow,TABLE TR TH.yellow{background:#F0C931;color:#000}
TD.ltyellow,TH.ltyellow,TR.ltyellow TD,TR.ltyellow TH,TABLE TR TD.ltyellow,TABLE TR TH.ltyellow{background:#F3D664;color:#000}

 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}


