/* root level text style */

a:link {color: #885800;}
a:visited {color: #4C3100;}
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;
	}
	
h2, .SMboldTitle {
	font-size: 12px;
	font-weight: bold;
	color: #885800;
	margin:0px;
	}
	
h1, .boldTitle {
	font-size: 14px;
	font-weight: bold;
	color: #885800;
	margin:0px;
	}

h3, .SMfont {
   	font-size: 11px;
	font-weight: bold;
	color: #a16a04;
	margin:0px;
	}