/* 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;
	}