body,td,tr,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #153872;
	margin: 0px;
	padding: 0px;
}
td.leftoutside {
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.rightoutside {
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.topinside {
	background-image: url(images/inside_top.jpg);
	background-repeat: no-repeat;
	padding-right: 59px;
	padding-left: 63px;
}
td.bottominside {
	background-image: url(images/inside_bottom.jpg);
	background-repeat: no-repeat;
}
td.navbar {
	background-color: #FE9E29;
}
td.undernav {
	background-image: url(images/undernav.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FF8600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
p {
	margin-bottom: 12px;
	margin-top: 0px;
}
a:link {
	color: #FE9E29;
	text-decoration: underline;
}
a:visited {
	color: #FE9E29;
	text-decoration: underline;
}
a:hover {
	color: #FE9E29;
	text-decoration: none;
}
a:active {
	color: #FE9E29;
	text-decoration: underline;
}
ul {
	margin-top: 0px;
	margin-bottom: 12px;
}
.copyright {
	font-size: 9px;
	line-height: 12px;
	color: #CCCCCC;
}
.orangeText {
	color: #D18633;
}
