
FIELDSET { FONT-SIZE: x-small; COLOR: lightslategray; TEXT-DECORATION: none }
.nonactive { COLOR: darkgray; FONT-SIZE: 15; }
FONT { FONT-SIZE: medium; }
td { FONT-SIZE: x-small; }
.xm  { FONT-SIZE: x-small; }
BODY { FONT-SIZE: x-small; }
.hone { FONT-SIZE: small; }
.btm { background-color: #FFD700; font-weight: bold;}
A { font-size: 15px; TEXT-DECORATION: none; }
A.gray { font-size: 15px; TEXT-DECORATION: none; }
A:visited { font-size: 15px; COLOR: #4280FF; TEXT-DECORATION: none; }
A:hover { font-size: 15px;  COLOR: #4280FF;TEXT-DECORATION: underline; }
.xA {border-top: 1pt outset }
.xB {border-right: 1pt outset }
.xC {border-bottom: 1pt outset }
.xD {border-left: 1pt outset }
.xAB {border-top: 1pt outset ; border-right: 1pt outset }
.xBC {border-right: 1pt outset ; border-bottom: 1pt outset }
.xCD {border-bottom: 1pt outset ; border-left: 1pt outset }
.xDA {border-left: 1pt outset ; border-top: 1pt outset }
.xABCD {border-top: 1pt outset ; border-right: 1pt outset ; border-bottom: 1pt outset  ; border-left: 1pt outset }
.menucurrent {
	font-weight: bold;
	padding: 1px 10px;
	FONT-SIZE: 17px; 
	margin: 2px;
	text-decoration: none;
	border: 2px solid white;
	-moz-border-radius:3px;
	color: #0000DB;
	background-color: white;
}
.menuuncurrent {
	padding: 1px 10px;
	FONT-SIZE: 17px; 
	margin: 2px;
	text-decoration: none;
	border: 2px solid white;
	-moz-border-radius:3px;
	color: #FFFFFF;
	background-color: #0000DB;

}
.menuunready {
	padding: 1px 5px;
	FONT-SIZE: 17px; 
	text-decoration: none;
	margin: 2px;
	border: 2px solid white;
	-moz-border-radius:3px;
	color: #FFFFFF;
	background-color: darkblue;
}
.boxlink a, .boxlink a:link, .boxlink a:visited, .boxlink a:active, .boxlink span.pages {
	padding: 4px 10px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid silver;
	-moz-border-radius:3px;
	color: #E38B00;
	background-color: #FFFFFF;
	text-transform: uppercase;
}

.boxlink a:hover {	
	border: 1px solid silver;
	-moz-border-radius:3px;
	color: #E38B00;
	background-color: #E0E0FF;
}

.boxlink span.current {
	font-weight: bold;
	FONT-SIZE: small; 
	padding: 4px 10px;
	margin: 2px;
	text-decoration: none;
	border: 2px solid orange;
	-moz-border-radius:3px;
	color: #333;
	background-color: #FFF3DE;
	text-transform: uppercase;
}
.boxlink a:current {
	padding: 4px 10px;
	margin: 2px;
	font-weight: bold;
	border: 2px solid orange;
	-moz-border-radius:3px;
	color: #333;
	background-color: #FFF3DE;
	text-transform: uppercase;
}
.boxlink span.extend {
	padding: 4px 1px;
	margin: 2px;	
	color: #333;
	background-color: #FFFFFF;
}
