body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	margin: 10px;
}
.logotd {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	height: 144px;
	width: 171px;
}
.outertable {
	border: 2px solid #333333;
}
.navtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: EDC94E;
	text-decoration: none;
	background-image: url(/assets/layout/bkg_navtop.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	height: 24px;
	width: 171px;
	background-position: top;
	line-height: 10px;


}
.navbttm {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: EDC94E;
	text-decoration: none;
	background-color: #333333;
	background-image: url(/assets/layout/bkg_navbttm.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	height: 23px;
	width: 171px;
}
.navmid {
	background-color: #CCCCCC;
	background-image: url(/assets/layout/bkg_nav.gif);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	width: 171px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link, a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover, a:active {
	color: #006699;
	background-color: #CCCCCC;
	text-decoration: none;

}
