form				{ margin-top: 0px; margin-bottom: 0px }
H2					{ margin-top: 0px; margin-bottom: 0px }
H3					{ margin-top: 2px; margin-bottom: 2px }
HR					{ margin-top: 2px; margin-bottom: 2px }
UL					{ margin-top: 2px }
OL					{ margin-top: 2px }
LI					{ margin-left: -20px }
.hilite             { background-color: #FFFF00 }
P.nosp				{ margin-top: 0px; margin-bottom: 0px }
A.btn:hover			{ text-decoration: none }
A.btn:link			{ text-decoration: none; color: #FFFFFF }
A.btn:active		{ text-decoration: none }
A.btn:visited		{ text-decoration: none; color: #FFFFFF }
A.abtn:hover		{ text-decoration: none }
A.abtn:link			{ text-decoration: none }
A.abtn:active		{ text-decoration: none }
A.abtn:visited		{ text-decoration: none }
a.small:link, a.small:visited {
	color: #666666;
	text-decoration: none;
}
a.small:hover, a.small:active {
	color: #C43C41;
	text-decoration: underline;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background: #FFFFFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.wrapper {
	width: 900px;
}
#mast {
	background-image: url(mast-bg.gif);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E6;
	margin-bottom: 2px;
	height: 100px;
}
.shadow-right {
	background-image: url(shadow-right.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.shadow-left {
	background-image: url(shadow-left.gif);
	background-repeat: repeat-y;
	width: 10px;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 5px 10px 10px;
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-image: url(footer-bg.gif);
	background-repeat: repeat-x;
	height: 100px;
}
.page {
	background-color: #E9E9E9;
}
#header {
	background-color: #FFFFFF;
}
#logo {
	float: left;
	width: 380px;
}
#dates {
	float: right;
	width: 250px;
	clear: right;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C43C41;
	font-weight: bold;
	text-align: center;
}
#dates div {
	margin-bottom: 2px;
}

.button {
	background-color: #ccccff;
	color: black;
	font-weight: bold;
	text-align: center;
	border-style: outset;
	border-width: 1px;
	margin: 0px;
	padding: 1px;
	vertical-align: bottom;
	text-decoration: none;
}
.hlbutton {
	background-color: #ffff66;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	border-style: outset;
	border-width: 1px;
	margin: 0px;
	padding: 1px;
	vertical-align: bottom;
	text-decoration: none;
}
