.banner {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: thick;
	border-bottom-color: #333333;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
.bodytxt {
	font: 85% Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: dotted #999999;
}
.menuTitles {
	font: bold normal 110% Arial, Helvetica, sans-serif;
	color: #990000;
}
.menuTxt {
	font: 85% Arial, Helvetica, sans-serif;
	color: #000000;
}
.footerTxt {
	font: 70% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menuLine {
	color: #990000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	border-bottom-color: #990000;
	border-bottom-style: dotted;
}

