body {
	margin: 0px;
	background-color: #E8E8E8;
}
.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.linktext {
	color: #2D24CB;
	text-decoration: none;
}
.linktext:hover {
	text-decoration: underline;
}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.whitetext {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
}
.imagebox {
	border: 1px solid #000000;
}

.rolloverbutton {
	height: 20px;
      text-decoration: underline;
	color: #3366FF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #C4DBB9;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rolloverbutton:hover {
	color: #C4DBB9;
	background-color: #3366FF;
}
.yellowtext {
	color: #F8D000;
}

.subheader {

	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
.textDouble {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.whitetexttop {
	color: #FFFFFF;
}
