.errmsg {
 color: red;
 font-weight:bold;
}

.horzline {
	border: 0;
	height: 1px;
	color: #000000;
	background-color: #000000;
}
.bigheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
.tinyheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
}


.menu {
 background-color: white;
 color: white;
 font-family: Arial;
 font-size: 12px;
}
.menulink {
 background-color: navy;
 font-family: Arial;
 font-size: 12px;
 color: white;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 0px 10px;
 border-top: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 text-decoration: none;
 font-weight: bold;
}
.menulink_active {
 background-color: gray;
 font-family: Arial;
 font-size: 12px;
 color: white;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 0px 10px;
 border-top: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid gray;
 text-decoration: none;
 font-weight: bold;
}
.menulink:hover {
 background-color: blue;
 color: silver;
}


.submenu {
 background-color: gray;
 color: white;
 font-family: Arial;
 font-size: 10px;
}
.submenulink {
 font-family: Arial;
 font-size: 10px;
 color: white;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 0px 10px;
 border-right: 1px solid white;
 text-decoration: none;
 font-weight: bold;
}
.submenulink_active {
 background-color: gray;
 font-family: Arial;
 font-size: 10px;
 color: white;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 0px 10px;
 border-right: 1px solid white;
 text-decoration: none;
 font-weight: bold;
}
.submenulink:hover {
 background-color: blue;
 color: silver;
}

#maintable {
        border-top:1px solid #909090;
        border-right:1px solid #909090;
        border-bottom:1px solid #909090;
        border-left:1px solid #909090;
        font-size:11px;
        font-family:Helvetica, Verdana, Arial;
}
#maintable td {
        border-top:1px dashed #6F83AE;
        border-right:1px dashed #6F83AE;
        border-bottom:1px dashed #6F83AE;
        border-left:1px dashed #6F83AE;
        font-size:11px;
        font-family:Helvetica, Verdana, Arial;
}

