/* root level text style */

a:link {color: #21474e;}
a:visited {color: #32817e;}
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: #222222;
	background-image: url('images/siteBack.gif');
	background-repeat: repeat-y;
	}
	
b {
	color: #000000;
	}
	
td {
	font-size: 11px;
	color: #222222;
	}

li {
	padding-bottom:5px;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #566a8f;
	margin: 0px;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #21474e;
	margin: 0px;
	}

