/* root level text style */

a:link {color: #065006;}
a:visited {color: #2E752E;}
a:active {color: #000000;}

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	}
	
b {
	color: #111111;
	}
	
td {
	font-size: 11px;
	color: #222222;
	}
	
h2, .SMboldTitle {
	font-size: 12px;
	font-weight: bold;
	color: #2E752E;
	margin:0px;
	padding:0px;
	}
	
h1, .boldTitle {
	font-size: 14px;
	font-weight: bold;
	color: #065006;
	margin:0px;
	padding:0px;
	}

