﻿#banner {
	width: 800px;
	height: 44px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	font-size: xx-large;
	font-style: italic;
	text-decoration: overline underline;
}
.newStyle2 {
	background-color: #666699;
	background-image: inherit;
}
#bannerbottom {
	position: static;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	font-size: large;
}
