BODY    {
    /* black text on white background, no margins, background image */
	scrollbar-base-color: #F0F0F0;
	background-image: url(background.jpg);
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

body,td,th {
	color: #000000;       /* black on white text */
	font-family: Arial, Helvetica, sans-serif;
}


/* BOTTOM PAGE LINE */
.ark_pagebars	{
		border-top: #1C509B 1px solid;
		border-bottom: #1C509B 1px solid;
		background-color: #1C509B;
		height: 20px;
		}


 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #666666; FONT: 11px arial, geneva, verdana, sans-serif; }
.title		{ COLOR: #000000; FONT: 20px arial, sans-serif; font-weight: bold; }
.title2		{ COLOR: #999999; FONT: 20px arial, sans-serif; font-weight: normal; }
.subtitle	{ COLOR: #3366FF; FONT: 13px arial, sans-serif; font-weight: bold; }
.footer		{ COLOR: #666666; FONT: 11px arial, verdana, sans-serif; }


/* CODE FOR THE PAGE MENUS */
a:link		{ color: #0033FF; text-decoration: none; }
a:visited	{ color: #6633FF; text-decoration: none; }
a:active	{ color: #0033FF; text-decoration: none; }
a:hover		{ color: #6699FF; text-decoration: none; }

.menu-table 	{
		  width: 752px;
		  background-color:#C0C0C0;
		  background-image: url("menu.gif");
		  border-top: #000000 0px solid;
		  border-left: #000000 1px solid;
		  border-right: #000000 1px solid;
		  border-bottom: #000000 1px solid;
		}

.menu		{ font-size: 11px;
		  font-family: arial, sans-serif, verdana, helvetica;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 0px;
		  padding-right: 0px;
		  cursor:hand;
		  font-weight: bold;
		  text-align:center;
		  line-height: 28px;
		  display: block;
		  white-space:nowrap;
		  width: 100%;
		  border: #000000 0px solid; }


.firstmenu	{  color: #666666; }	/* { color:#3366FF; } */

a.menu:link 	{ background-image: url("menu.gif");
		  background-color:#C0C0C0;
		  color: #666666; }

a.menu:visited 	{ background-image: url("menu.gif");
		  background-color:#C0C0C0;
		  color: #666666; }

a.menu:active 	{ background-image: url("menu.gif");
		  background-color:#C0C0C0;
		  color: #666666; }

a.menu:hover 	{  background-image: url("menuon.gif");
		   background-color:#F0F0F0;
		   color: #000000; }

