body
{
	margin-top: 0;
	margin-left:0;
	SCROLLBAR-ARROW-COLOR: navy;
   	SCROLLBAR-TRACK-COLOR:  #98B2B1;
   	SCROLLBAR-FACE-COLOR: navy
}
.footer_links
{
	color: white;
	font-size: 0.8em
}
.welcome_head
{
	color: white;
	font-size: 1.6em;
	font-family: Helvetica
}
.table_head
{
	color: white;
	font-size: 1.2em;
	font-family: Helvetica
}
a:link
{
	color: navy;
	decoration: none;
	font-style : normal;
	text-decoration : none
}
a:hover
{
	color: blue;
	text-decoration: underline
}	
a:visited
{
	color: "maroon";
	text-decoration: none
}

.menu
{
       margin-left: 5pt;
       font-size: 0.8em
}
.nav_head
{
	background-color: navy;
	font-family: Helvetica Arial;
	font-size: 1.0em;
	color: white
}
  
/* Style codes for round buttons in NS6 and Mozilla! */ 
input[type="button"] 
{ 
	-moz-border-radius:25px 
}

input[type="submit"] 
{ 
	-moz-border-radius:25px 
}

input[type="reset"] 
{ 
	-moz-border-radius:25px 
}