body {
	margin: 0px;
	padding: 0px;
}
.TitleBar {
	border-bottom-color: #FFCC00;
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.NavBar {
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-transform: lowercase;
	font-size: 12px;
	text-indent: 10px;
}
.BottomBar {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	background-color: #BBBBBB;
}
.bottomText {
	color: #BBBBBB;
	font-family: "Courier New";
	font-size: 12px;
	border-top: thin solid #CCCCCC;
}
A {
	text-decoration: none;
	color: #666666;
}
A:hover {
	background-color:#FF9900;
	color:#FFFFFF;
}.text {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
}
.HyperLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}
.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
	font-weight: bold;
}

