BODY	{
	SCROLLBAR-BASE-COLOR: #000066;
	scrollbar-arrow-color: #C7C7C7;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}

/* leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0" */
/* LINK COLORS */
a:link		{ color: #6666FF; text-decoration: none; }
a:visited	{ color: #6666FF; text-decoration: none; }
a:active	{ color: #666666; text-decoration: none; }
a:hover		{ color: #FF0000; text-decoration: none; }


/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; }
.title		{ COLOR: #000000; FONT: 15px verdana, arial, sans-serif; font-weight: bold; }
.subtitle	{ COLOR: #262662; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }
.report		{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; }
.copyright	{ COLOR: #000033; FONT: 9px verdana, arial, sans-serif; }
.services 	{ COLOR: #262662; FONT: 12px arial, verdana, sans-serif; font-weight: bold; }
.just 		{ text-align: justify; }


/* BACKGROUND IMAGE CODE */
.background-main	{
			background-image: url("/images/background-menu.jpg");
			background-repeat: repeat-y;
			background-position: 7px 0px;
			}

.pagebar-top	{
		background-color: #000066;
		background-image: url("/images/bar.jpg");
		height: 28px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
		background-color: #000066;
		background-image: url("/images/bar.jpg");
		height: 28px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


/* PHONE NUMBER IN MENU */
#phonenum	{
		POSITION: RELATIVE; top: -55px;
		WIDTH: 150px;
		padding: 5px;
		text-align: center;
		margin-top: 5px;
		border: #000000 0px solid;
		COLOR: #FFFFFF; FONT: 15px arial, sans-serif;
		font-weight: bold;
		font-style: italic;
		}


/* HIDE MENU AND ITEMS FOR PRINTING */
@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}


/* START THE CODE FOR THE MENUS */
.date-font	{ color: #FFFFFF; font: 11px arial, verdana, sans-serif; font-weight: bold; }
#menulocation { LEFT: 7px; WIDTH: 150px; POSITION: absolute; TOP: 111px; padding: 0px 0px; white-space:nowrap; }
.menu		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 12px;
		  height: 25px;
		  width: 150px;
		  cursor:pointer;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 17pt;
		  text-align: left;
		  display: block;
		  border: #000000 0px solid; }

a.menu:link 	{ background-image: url("/images/menu.gif");
		  background-color:#000066;
		  color: #F0F0F0; }

a.menu:visited 	{ background-image: url("/images/menu.gif");
		  background-color:#000066;
		  color: #F0F0F0; }

a.menu:active 	{  background-image: url("/images/menu.gif");
		   background-color:#000066;
		   color: #FFFFFF; }

a.menu:hover 	{ background-image: url("/images/menuon.gif");
		  background-color:#EDE9E5;
		  color: #000066; }



.menu2		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 12px;
		  height: 25px;
		  width: 150px;
		  cursor:pointer;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 17pt;
		  text-align: left;
		  display: block;
		  border: #000000 0px solid; }

a.menu2:link 	{ background-image: url("/images/menu2.gif");
		  background-color:#000066;
		  color: #F0F0F0; }

a.menu2:visited 	{ background-image: url("/images/menu2.gif");
		  background-color:#000066;
		  color: #F0F0F0; }

a.menu2:active 	{  background-image: url("/images/menu2.gif");
		   background-color:#000066;
		   color: #FFFFFF; }

a.menu2:hover 	{ background-image: url("/images/menuon.gif");
		  background-color:#EDE9E5;
		  color: #000066; }
