/* root level text style */

a:link {color: #089A49; text-decoration: none; font-weight: 800;}
a:visited {color: #089A49; text-decoration: none; font-weight: 800;}
a:active {color: #089A49; text-decoration: none; font-weight: 800;}

a:hover {color: #089A49; text-decoration: underline; font-weight: 800;}

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: 12px;
	color: black;
    background: white url("images/background2.gif");
    background-repeat: repeat-x;
    background-position: top;
}
	
td {
	font-size: 12px;
	color: black;
	}
	
b {
	color: #1C546F;
	}
	
.SMboldTitle {
	font-size: 13px;
	font-weight: bold;
	color: #1C546F;
	}
	
.boldTitle {
	font-size: 16px;
	font-weight: bold;
	color: #1C546F;
	text-decoration: underline;
	}