A {
	color:white;
	text-Decoration:none;
}

BODY {
	background-color:black;
	border:none;
}

A:HOVER {
	color:#000080;
	font-weight:bold;
}

.MENU_LINK {
	color:black;
	background-color:#cccccc;
	border-top:gray outset 2px;
	border-bottom:black outset 1px;
	border-left:gray outset 2px;
	border-right:black outset 1px;
	padding-left:2px;
	padding-right:2px;
	text-Decoration:none;
	width:2%;
}
.MENU_LINK a {
	color:black;
}
.MENU_LINK a:HOVER {
	color:#000080;
	font-weight:bold;
}
.MENU {
	color:black;
	background-color:white;
	border-top:gray outset 2px;
	border-bottom:black outset 1px;
	border-left:gray outset 2px;
	border-right:black outset 1px;
	padding-left:6px;
	padding-right:6px;	
	width:2%;	
}

.TITLE {
	font-family:Geneva;
	font-size:17;
	color:white;
	font-weight:bold;
	border-bottom:white outset 1px;
	white-space:nowrap;
}

.MONTHS {
	font-family:Geneva;
	font-size:11;
	padding-left:8;
	padding-right:8;
	text-Decoration:none;
	border-bottom:white outset 1px;
	border-left:white outset 1px;
}

.MONTHS_ON {
	font-family:Geneva;
	font-size:12;
	background-color:#f0f0f1;
	font-weight:bold;
	padding-left:8;
	padding-right:8;
	text-Decoration:none;
	border-bottom:white outset 1px;
	border-left:white outset 1px;
}

.MONTH_LINK:HOVER {
	text-Decoration:underline;
	color:white;
	font-weight:normal;
}

BLOCKQUOTE {
	font-family: Times new roman;
	font-size:17;
	width:650;
	color:white;
	background-color:black;
}

H2 {
	font-family: helvetica;
}

H3 {
	font-family: Times new roman;
	text-decoration:none;
	color:#0080A0;
}

B {
	color:#0080A0;
	font-size:16;
	padding-left:12;
	white-space:nowrap;
}
