#menu {display:none; }

.linkcurrent    {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.link_internal {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.link_important {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.link_important:hover {
	color: #990000;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* FORM STYLES */
.form { border:2px solid #0099CC; border-top-width:1; background-color:#EFEFEF; }
.form .header { background-color:#0099CC; color:#FFF; font-weight:bold; font-size:12px; text-align:center; }

.form2 { border:2px solid #999999; border-top-width:1; background-color:#EFEFEF; }
.form2 .header { background-color:#999999; color:#FFF; font-weight:bold; font-size:12px; text-align:center; }

.form td,.form input,.form2 td { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
td.formtab { text-align:center; font-size:11px; font-weight:bold; padding:8px; color:#AAA; background-color:#EEEEEE; border:1px solid #CCC; border-bottom:1px solid #0099CC; font-family:Arial, Helvetica, sans-serif; }
td.on {  background-color:#0099CC; border:1px solid #0099CC; color:#FFFFFF; }
