/* root level text style */

a:link {color: #195195;}
a:visited {color: #3067AA;}
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: #195195;
	}
	
td {
	font-size: 11px;
	color: #222222;
	}
	
h2, .SMboldTitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding:0px;
	}
	
h1, .boldTitle {
	font-size: 14px;
	font-weight: bold;
	color: #195195;
	margin:0px;
	padding:0px;
	}

h3, .boldBigGreen {
    font-size: 14px;
    font-weight: bold;
	color: #446e29;
	margin:0px;
	padding:0px;	
	}

h4, .boldGreen {
    font-size: 11px;
    font-weight: bold;
	color: #446e29;
	margin:0px;
	padding:0px;	
	}
	
	
h5, .boldForm {
    font-size: 12px;
    font-weight: bold;
   	margin:0px;
	padding:0px; 
    }
	