htmpl, body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
    height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: x-small;
}

a:link { color: #F00; text-decoration: none; }
a:visited  { color: #F00; text-decoration: none; }
a:hover { color: #F00; text-decoration: none; }
a:active { color: #F00; text-decoration: none; }
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	border: 1px solid;
	background-color: #A2DE9E;
	border-color: #666;
	color: #FFF;
}
input[type="submit"]:focus {
	border: 1px solid;
	border-right-color: #A2DE9E;
	border-bottom-color: #A2DE9E;
}
h1 {
	font-size: 0.9em;
	color: EA3B22;
	margin: 0;
	text-align: center;
}
.formtext {
	font-size: x-small;
}
table.formtext {
	font-size: x-small;
}
.menuheader {
	background-color: #A2DE9E;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 70px;
	font-size: small;
	text-align: right;
	vertical-align: bottom;
}
.menubar { font-weight:bold; }
a.menubar:link { color: #284097; text-decoration: none; }
a.menubar:visited  { color: #284097; text-decoration: none; }
a.menubar:hover { color: #F00; text-decoration: none; background:#FFF }
a.menubar:active { color: #284097; text-decoration: none; }
.menuactive { font-weight:bold; }
a.menuactive:link { color: #999; text-decoration: none; cursor:text }
a.menuactive:visited  {	color: #999; text-decoration: none; cursor:text }
a.menuactive:hover { color: #999; text-decoration: none; cursor:text }
a.menuactive:active { color: #999; text-decoration: none; cursor:text }

#tblpage {
    height: 100%;
}
#trbottom {
	background-color: #A2DE9E;
	font-size: xx-small;
	text-align: center;
	height: 12px;
}
input { 
	width: 175px;
    margin-left: 5px
}
input[type="submit"] {
	width: auto;
	height: auto;
	vertical-align:bottom
}
input[type="reset"] {
	width: auto;
	height: auto;
	vertical-align:bottom
}
input[type="text"] {
	width: auto;
	height: auto;
	vertical-align: bottom;
}
input[type="hidden"] {
	width: auto;
	height: auto;
	vertical-align: bottom;
}
input[type="radio"] {
	width: auto;
	height: auto;
	vertical-align: bottom;
}
.redtext {
	background-color: #F00;
}
.greentext {
	background-color: #090;
}

