.head {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px dashed #FF9933;
}

.subhead {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.minitxt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10;
	color: #D0D0D0;
}

body, p {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	margin-top: 5;
	margin-left: 5;
}

table {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}


a.menu, a.menu:focus, a.menu:link, a.menu:visited {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	line-height: 16px;
	text-decoration: none;
	text-transform: lowercase;
}

a.menu:active, a.menu:hover {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	line-height: 16px;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom: thin solid Red;
}
a {
	text-decoration: none;
	color: #CC6633;
}
a:hover {
	text-decoration: underline;
	color: Gray;
}

.idate {
	color: #CCCCCC;
	font-size: 10px;
	font-family: "MS Serif", "New York", serif;
}

.isub {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.btn {
	background-color: Silver;
	color: Maroon;
	font-weight: bolder;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 1;
	padding-left: 1;
	padding-right: 1;
	padding-top: 1;
	border: thin ridge;
}

.pretxt {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

a.mlink:active, a.mlink, a.mlink:focus, a.mlink:link, a.mlink:visited {
	text-decoration: none;
	color: Black;
	
}

 a.mlink:hover {
	background-color: White;
	text-decoration: none;
	color: Black;
	border-bottom: thin solid #FFCC00;
}