/* root level text style */

a:link {color: #0147a9;}
a:visited {color: #3366CC;}
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;
	}
	
b {
	color: #0147a9;
	}
	
td {
	font-size: 11px;
	color: #000000;
	}
	
h2, .SMboldTitle {
    margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #0147a9;
	}
	
h1, .boldTitle {
    margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #0147a9;
	}
