BODY {		FONT: 12px arial, verdana, sans-serif;
		scrollbar-base-color: #000000;
		scrollbar-track-color: #000000;
		scrollbar-face-color: #000000;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-arrow-color: #FFFFFF; }

a:link		{ color: #99CCFF; text-decoration: none; }

a:visited	{ color: #99CCFF; text-decoration: none; }

a:active	{ color: #99CCFF; text-decoration: none; }

a:hover		{ color: #99FFFF; text-decoration: none; }

.picturebar 	{ background-color:#FFFFFF; }



 /* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

TABLE 		{ COLOR: #C0C0C0; FONT: 12px arial, sans-serif; font-weight: bold; }

.title 		{ COLOR: #FFFF99; FONT: 13px Georgia, "Times New Roman", arial, sans-serif; font-weight: bold; }

.subtitle 	{ COLOR: #999999; FONT: 10px Georgia, "Times New Roman", arial, sans-serif; font-weight: bold; }

.phonetitle 	{ color: #F0F0F0; font: 11px verdana, arial, sans-serif; font-weight: bold; }

.copytext 	{ COLOR: #F0F0F0; FONT: 8px arial, verdana, sans-serif; font-weight: bold; }


.just 		{ text-align: justify; }




 /* IMAGE BORDERS */

.borders		{ BORDER: #FFFFFF 1px solid; }


 /* HOMEPAGE THUMBNAIL BORDERS */

.hover-border	 	{ border: #FFFFFF 1px solid; cursor:hand; }
A:hover .hover-border 	{ border: #99CCFF 1px solid; filter: gray; cursor:hand; }





 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}







.button { 	background-image: url("picts/button.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: Georgia, "Times New Roman", arial, sans-serif;
		color: #000000;
		font-size: 8pt;
		height: 20px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

.buttonon { background-image: url("picts/buttonon.gif");
		background-color:#FFFFFF;
		FONT-FAMILY:  Georgia, "Times New Roman", arial, sans-serif;
		color: #666666;
		font-size: 8pt;
		height: 20px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #666666 1px solid}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		HEIGHT: 125PX;
		BORDER: #999999 2px solid; }

.dropdown {	COLOR: #333333;
		WIDTH: 200PX;
		FONT: 11px verdana, arial, sans-serif; }



 /* START MENU CODE */



.menu    	{
		FONT: 10px Georgia, "Times New Roman", arial, sans-serif ; font-weight: bold;
		height: 23px;
		text-indent: 20px;
		background-image: url(picts/menu.gif);
		background-repeat: no-repeat;
		background-position: 0 0px;
		vertical-align: middle;
		}


.menu-line	  {
		  background-image: url(picts/menu-ine.gif);
		  background-repeat: repeat-y;
		  }


