/* root level text style */

a:link {color: #ce1141;}
a:visited {color: #ce1141;}
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: 12px;
	color: #000000;
	}
	
td {
	font-size: 12px;
	color: #000000;
	}
	
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #174882;
	margin:0px;
	}

h2 { 
	font-size: 14px;
	font-weight: bold;
	color: #d0232a;
	margin:0px;
	}
	
h3, .blue {
   font-size: 12px;
   color: #004684;
   font-weight:bold;
   font-style: italic;
   margin:0px;
   }
