BODY
{
	background-color: #000033;
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none
}

TD
{color: #ffcc99;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
text-align: center;
text-decoration: none}

A:link
{color: #ff6600;
text-decoration: none
}

A:visited
{
	color: #ff9900;
	text-decoration: none
}

A:active
{color: #ffff00;
text-decoration: underline}

A:hover
{color: #ffff00;
text-decoration: bold;
text-decoration: underline}

.l84
{color: #ff9218;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: 400;
text-align: left;
text-decoration: none}

.c84
{color: #ff6633;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: 400;
text-align: center;
text-decoration: none}

.l100
{color: #ffcc99;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
text-align: left;
text-decoration: none}

.lbl100
{color: #ff6600;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
text-align: left;
text-decoration: none}

.c100
{color: #ff6600;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
text-align: center;
text-decoration: none}

.bl120
{color: #ff9218;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: italic;
font-weight: 700;
text-align: left;
text-decoration: none}

.br120
{color: #ff9218;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: italic;
font-weight: 700;
text-align: right;
text-decoration: underline}

.bc120
{
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-align: center
}

.bl150
{color: #ff9218;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-align: left;
text-decoration: none}

.bc150
{color: #ff9218;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-align: center;
text-decoration: none}

.bc180
{
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	text-decoration: none
}

.bc200
{color: #ff6600;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
text-align: center;
text-decoration: none}

.bc250
{color: #FFCC33;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 700;
text-align: center;
text-decoration: none}

.li100 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; font-weight: 400; color: #ffcc99}
#menu {
	width: 125px;
	padding: 5px;
	height: 490px;
}
#menu ul {
	margin-left: 0px;
	padding-left: 0px;
}
#menu li {
	display: block;
	
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu a:link {
	background-color:#990000;
	color: #FF9900;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu a:visited {
	background-color:#990000;
	color: #F90;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu a:hover {
	background-color: #990000;
	color: #FF9900;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	border-top-color: #000000;
	border-right-color: #ff0000;
	border-bottom-color: #ff0000;
	border-left-color: #000000;
}

/* Put a border on all generated images */
.image {
  border:1px outset #eeeeee; margin:0; 
}

