/* root level text style */

a:link {color: #5b1b03;}
a:visited {color: #853b1f;}
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;
	}
	
b {
	color: #5b1b03;
	}
	
td {
	font-size: 11px;
	color: #222222;
	}
	
.SMboldTitle {
	font-size: 12px;
	font-weight: bold;
	color: #5b1b03;
	}
	
.boldTitle {
	font-size: 14px;
	font-weight: bold;
	color: #5b1b03;
	}