body {
	color: #330000;
	background-color: #FF0000;
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-image: url(bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	color: #FF0033;
	font-weight: 800;
	font-family: "Eras Demi ITC";
}

h2 {
	color: #0000CC;
}

h3, h4, h5 {
  color: #660000;
}

a {
	color: #0000FF;
}

.maintable {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	background-position: top;
	vertical-align: top;
	list-style-type: disc;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #B5D0E1;
	border-left-color: #B5D0E1;
	text-align: center;
}

.content {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	font-size: 12px;
	font-weight: 200;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 80%;
}
.header {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #CC3366;
	height: 110px;
	width: auto;
	vertical-align: middle;
}
.box {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFF99;
	margin: 2px;
	padding: 5px;
	clear: both;
	border: medium dotted #FF0000;
}
.highlight {
	background-color: #FFFF33;
}
.underline {
	text-decoration: underline;
}
.list {
	list-style-position: inside;
	font-family: "Eras Demi ITC";
	font-weight: 200;
	white-space: nowrap;
	height: auto;
	width: auto;
	list-style-type: disc;
	text-align: left;
}
#headline {
	position: relative;
	top:50px;
	left: 240px;
	right: 230px;
	overflow: auto;
	width: 450px;
	font-size: 22px;
	vertical-align: top;
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
