/* Edited with EditCSS */
/**** LINK-tag style sheet newstyle.css ****/

/*** Tag Overriding ***/
BODY {
	margin-top: 0px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
 	background-color: #363478;
}

td {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 13;
}

table.outer {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
	
table.inner {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

A {
 	text-decoration: underline;
}
 
A:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
 }
 
A:visited {
 	color: #CC0000;
 	font-weight: bold;
 	text-decoration: none;
 }
 
A:active {
 	color: #CC0000;
 	font-weight: bold;
 	text-decoration: none;
 }
A:hover {
	color: #CC0000;
	font-weight: bold;
  	text-decoration: underline;
 }
      
.menuRow {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

//* ---menu stuff--- *//
.navcontainer { /* none needed */ }

ul.navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul.navlist li
{
float: left;
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
  border-right: 1px solid;
  border-top: 0px;
  border-bottom: 0px;
padding: 3px 0 3px 0;
  border-color: #B9BAC0;
  background-color: #000000;
}

.navlist a, .navlist a:link, .navlist a:visited
{
margin: 0;
padding: 3px 9px 3px 9px;
text-decoration: none;
 	color: #E7E8EB;
}

ul.navlist li#active
{
color: #000000;
background-color: #D5ECFE;
}


ul.navlist li#active a
{
color: #000000;
}

.navlist a:hover, ul.navlist li#active a:hover
{
color: #000000;
background-color: #FFFFFF;
}

