/* root level text style */

a:link {color: #03439e;}
a:visited {color: #03439e;}
a:active {color: #000000;}

a:hover {color: #a40000; text-decoration: none;}

a.nound:link {text-decoration: none;}
a.nound:active {text-decoration: none;}
a.nound:visited {text-decoration: none;}

body {
	background: URL('images/site_back.png') repeat-x #011a3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
td {
	font-size: 12px;
	color: #000000;
	}
	
li {
	padding-bottom:5px;
	}
	
h2 {
	font-family: Georgia, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #03439e;
	margin: 0px;
	}
	
h1 {
	font-family: Georgia, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #a40000;
	margin: 0px;
	}
	
.red {
	color: #a40000;
	}
	
	
.popnav {
	display:none;
	position:absolute;
	width:440px;
	margin-left:230px;
	z-index:2;
	padding:15px 15px 15px 15px;
	background:#e7e7e7;
	border:1px solid #011a3d;
	line-height:1.4em;
	text-align:left;
	box-shadow: 1px 1px 1px #737272;
	-moz-box-shadow: 1px 1px 1px #737272;
	-webkit-box-shadow: 1px 1px 1px #737272;
	opacity: 0.98; -moz-opacity: 0.98; filter:alpha(opacity=98);
	}
