/* root level text style */

a:link {color: #3C465D;}
a:visited {color: #EB640C;}
a:active {color: #000000;}

a:hover {color: #EB640C; text-decoration: none;}

a.navlink:link {text-decoration: none; color: #000000;}
a.navlink:active {text-decoration: none; color: #000000;}
a.navlink:visited {text-decoration: none; color: #000000;}
a.navlink:hover {text-decoration: none; color: #EB640C;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	}
	
b {
	color: #000000;
	}
	
td {
	font-size: 11px;
	color: #222222;
	}
	
.copyheader {
	font-size: 12px;
	font-weight: bold;
	color: #EB640C;
	}
	
.subheader {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
