/* root level text style */

a:link {color: #a90000;}
a:visited {color: #ed2828;}
a:active {color: #000000;}

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

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
td {
	font-size: 11px;
	color: #000000;
	}
	
li {
	padding-bottom:5px;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006837;
	margin: 0px;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #a90000;
	margin: 0px;
	}
