.mainDIV {
	padding:10px
}

.indentedtext {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	line-height: 1.6em;
	color: #e5e5e5;
	text-indent: 20pt;
}
img {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	line-height: 1.6em;
	border:0px
}
.nonindentedtext {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	line-height: 1.6em;
	color: #e5e5e5;
}
.maintitle {
	font-family: "Courier New", Courier, mono;
	font-size:large;
	line-height: 1.6em;
	color: #e5e5e5;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	text-align:center
}

.imagetext {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	line-height: 1.6em;
	color: #e5e5e5;
	text-align:center; 
	font-weight:bold;
}

.inputstyle {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	line-height: 1.6em;
	color: #333333;
	background-color: #e5e5e5;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	line-height: 1.6em;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	line-height: 1.6em;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	line-height: 1.6em;
	font-weight: bold;
	color: #999999;
	text-decoration: overline;
}
.inputstyleMenu {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	line-height: 1.6em;
	color: #CCCCCC;
	background-color: #000000;
	border: thin solid #CCCCCC;
}
.inputstylebut {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	line-height: 1.6em;
	color: #CCCCCC;
	background-color: #000000;
	border: thin solid #CCCCCC;
	cursor:  pointer;
}
.heading {
	font-family: "Courier New", Courier, mono;
	font-size:small;
	line-height: 1.2em;
	color: #e5e5e5;
	text-transform:uppercase;
}
.date {
	font-family: "Courier New", Courier, mono;
	font-size:0.9em;
	line-height: 1.2em;
	color: #999999;
	text-transform:uppercase
}