/* CSS Document */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.15em;
	color: #FF0000;
	}
h2 {
	color: #ff0000;
	margin: 0px 0px 2px;
	border-bottom: 2px dotted #f78030;
	letter-spacing: -1px;
	font: bold 210% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
	font-style: italic;
	}
div.dotted {
	height: 1px;
	border-bottom: 2px dotted #f78030;
	margin: 0.3em 0 1em;
	}
h2 a, h2 a:visited{
	color: #163F53;
	text-decoration:none;
	}
h2 a:hover {
	color:#FF6600;
	text-decoration:none;
	}
h3 {
	margin: 20px 0px 0px;
	padding-bottom: 2px;
	font: bold 110% Arial;
	text-transform: uppercase;
	letter-spacing:1px;
	color: #205A77;
	}
.sub_heading {
	margin: 10px 0px 0px;
	font: bold 110% Arial;
	text-transform: uppercase;
	color: #666666;
	}
h4 {
	font: normal 150% Tahoma, Arial, sans-serif;
	color: #f78030;
	margin: 0px 0px 2px;
	border:none;
	}
#main p, #main ul, #main ol, #main dl {
	text-align: left;
	font-size: 11px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}
#main table {
	text-align: left;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}
	
#main div.col p {text-align: justify;}
#main p.smaller, #main div.col p.smaller {
	font-size: 0.8em; 
	color: #000;
	line-height: 1.2em;
	}