.tdHeading {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	font-style: normal; 
	font-weight: bold; 
	color: #fff; 
	padding-left: 2px; 
	padding-top: .25em; 
	padding-bottom: .25em;
	background-color: #ce5a42;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	padding: .5em .2em .2em .2em;
	border-top: 1px solid #ce5a42;
}

.footer a:link {
	text-decoration: none;
	color: #ce5a42;
}
.footer a:visited {
	text-decoration: none;
	color: #ce5a42;
	}

.footer a:hover {
	text-decoration: underline;
}

.tdBody {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .6em; 
	color: #666; 
	background-color: #fff;
	padding-top: .1em;
}


.tableOuter {
	border: 1px solid #ce5a42;
}

.tdContentNotHilited {  
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: .6em; 
	font-style: normal; 
	font-weight: normal; 
	color: #666; 
	padding: .45em .2em .45em .2em;
	background-color: #fff
}

.tdContentNotHilited h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.tableInner {
	/*background-color: #ddd; */
}

.tdSectionNotHiLited {  
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: .6em; 
	font-style: normal; 
	font-weight: bold; 
	color: #666; 

	background-color: #fff
}

.tdSectionNotHiLited a:link {
	text-decoration: underline;
	color: #666;
}
.tdSectionNotHiLited a:visited {
	text-decoration: underline;
	color: #666;
	}

.tdSectionNotHiLited a:hover {
	text-decoration: underline;
}

.tdSectionHiLited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .6em; 
	font-style: normal; 
	font-weight: bold; 
	color: #fff; 

	background-color: #aaa;
}


.tdSectionHiLited a:link {
	text-decoration: none;
	color: #fff;
}
.tdSectionHiLited a:visited {
	text-decoration: none;
	color: #fff;
	}

.tdSectionHiLited a:hover {
	text-decoration: none;
}


.tdSectionLiteHiLited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .6em; 
	font-style: normal; 
	font-weight: bold; 
	color: #666; 

	background-color: #ccc
}

.tdSectionLiteHiLited a:link {
	text-decoration: none;
	color: #666;
}
.tdSectionLiteHiLited a:visited {
	text-decoration: none;
	color: #666;
	}

.tdSectionLiteHiLited a:hover {
	text-decoration: none;
}
.logo_bottom {
	border-top: 1px solid #d6846b;
	margin-top: 0px;
	padding-top: 0px;
}

a:link {
	text-decoration: none;
	color: #ce5a42;
}
a:visited {
	text-decoration: none;
	color: #ce5a42;
	}

a:hover {
	text-decoration: underline;
}

.subnav {
	background-color: #eee;
	width: 100%;
	/*font-size: 1em; */
	padding: .2em .5em .2em .5em;
	margin-bottom: 2em;
	}
.spacer {
	clear: both;
}
.subnavLeft {
	float:left;
	text-align: left;
	width: 38%;
}
.subnavRight {
	float: right;
	text-align: right;
	width: 60%;	
}

.subnav a:link {
	text-decoration: underline;
	color: #666;
}	
.subnav a:visited {
	text-decoration: underline;
	color: #666;
}
.subnav a:hover {
	text-decoration: none;
	color: #ce5a42;
}

p {
	margin-top:0px;
	margin-bottom: 1em;
}
ul {
	margin-top: 0px;
	}
	
.selected {
	font-weight: bold;
}	