.whText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/red_bg.gif);
	background-repeat: repeat;
	padding: 10px;
}

.blText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 12px;
}

.blText a:link{
	text-decoration: underline;
	color: #000000;
}
.blText a:visited{
	text-decoration: underline;
	color: #000000;
}
.blText a:hover{
	text-decoration: none;
	color: #000000;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 10px;
}

.footer a:link {
	text-decoration: none;
	color: #333333;
}

.footer a:visited {
	text-decoration: none;
	color: #333333;
}

.footer a:hover {
	text-decoration: underline;
	color: #333333;
}


.callOut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	height: auto;
	width: auto;
	border: thin solid #CC3300;
	padding: 6px;

}
.outerTable {
	border: thin solid #333333;
}

body {
						font-family: Helvetica, Arial, sans-serif;
						font-size: 12px;
						color: #545353;
						border: 0px solid;
					}
					table {
						border: none;
						border-collapse: collapse;
					}
					#sitemap tr.odd {
						background-color: #white;
					}
					#sitemap tbody tr:hover {
						background-color: ;
					}
					#sitemap tbody tr:hover td, #sitemap tbody tr:hover td a {
						color: #CC0033;
					}
					#content {
						margin: 0 auto;
						width: 1000px;
					}
					.expl {
						margin: 10px 3px;
						line-height: 1.3em;
					}
					.expl a {
						color: #da3114;
						font-weight: bold;
					}
					a {
						color: #000;
						text-decoration: none;}
					
					h1 {
	color: black;
	font-size: 13px;
								
					}
						h2 { 
					color: black;
					font-size: 13px;font-style: oblique;	
								
					}
					
					
					a:visited {
						color: #777;
					}
					a:hover {
						text-decoration: underline;
					}
					td {
						font-size:12px;
					}
					th {
						text-align:left;
						padding-right:30px;
						font-size:11px;
					}
					thead th {
						border-bottom: 1px solid #000;
						cursor: pointer;
					}
