/* root level text style */

a:link {color: #2b7b19;}
a:visited {color: #62a753;}
a:active {color: #000000;}

a:hover {color: #c10e32; 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 #75bb19;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
td {
	font-size: 12px;
	color: #000000;
	}
	
li {
	padding-bottom:5px;
	}
	
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #c10e32;
	margin: 0px;
	}
	
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #2b7b19;
	margin: 0px;
	}

h3 { 
   margin:0px;
   font-weight:normal;
   font-size: 12px;
   }
