body
{
	font-family: Helvetica, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	background-color:#000000;
	font-size:10pt;
	color:#B5B5B5;
}
a:link
{
	color:#577DAF;
}
a:active
{
	color:#577DAF;
}
a:visited
{
	color:#577DAF;
}
a:hover
{
	color:#7FB6FF;
}
a.menu
{
	font-weight:normal;
	display: block;
	padding: 1px;
	width: 170px;
	text-align:left;
	background-color: #A8A6A6;
	border-bottom: 4px solid #525252;
	border-top: 4px solid #525252;
	text-decoration: none; 
	color:#17223F;
}
a.menu:active
{
	font-weight:normal;
	display: block;
	padding: 1px;
	width: 170px;
	text-align:left;
	background-color: #A8A6A6;
	border-bottom: 4px solid #525252;
	border-top: 4px solid #525252;
	text-decoration: none; 
	color:#17223F;
}
a.menu:visited
{
	font-weight:normal;
	display: block;
	padding: 1px;
	width: 170px;
	text-align:left;
	background-color: #A8A6A6;
	border-bottom: 4px solid #525252;
	border-top: 4px solid #525252;
	text-decoration: none; 
	color:#17223F;
}
a.menu:hover
{
	font-weight:normal;
	display: block;
	padding: 1px;
	width: 170px;
	text-align:left;
	background-color: #456490;
	border-bottom: 4px solid #525252;
	border-top: 4px solid #525252;
	text-decoration: none; 
	color:#D1D7DF;
}

table tr td
{
	padding:10px
}
#new
{
	background-color:#3F3F3F;
	border-right:#C2C7CF;
	border-bottom:#C2C7CF;
	padding:0;
	color:#EFEFEF;
	font-size:10pt;
}
#new:link
{
	color:#C2C7CF;
	font-size:10pt;
}

/*folding menu*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 204px;
		}
		.vertical li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1.2em;
			padding: .1em 1px;
			border: 1px solid;
			border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 200px;
		}
		
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #a8a6a6;
			color: #17223F;
			border-color: #525252;
			border-top: 3px solid #525252;
			border-bottom: 3px solid #525252;
}		.blackwhite li a:active{
			background-color: #a8a6a6;
			color: #17223F;
			border-top: 3px solid #525252;
			border-bottom: 3px solid #525252;
}
		.blackwhite li a:visited{
			background-color: #a8a6a6;
			color: #17223F;
			border-top: 3px solid #525252;
			border-bottom: 3px solid #525252;
		}
		.blackwhite li a:hover{
			background-color: #456490;
			color: white;
			border-top: 3px solid #525252;
			border-bottom: 3px solid #525252;
		}
		.blackwhite ul{
			border-color: #525252;
		}
		