body {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif, monospace;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	background-color: #ffffff;
}
a {
	text-decoration: underline;
	color: #003F80;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
h4 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif, monospace;
	font-size: 13px;
}
.topheader {
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	color: #30607b;
	font-size: 10px;
}
.subheader {
	background-image: url(../images/subbar1.png);
	text-align: center;
}
.subheader2 {
	background-image: url(../images/subbar2.png);
}
.headtitle {
	font-size: 13px;
	font-weight: bold;
	color: #30607b;
}
.menutable {
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #EEDFCC;
}
.menuitem {
	padding: 3px;
}
.menuitem:hover {
	background-color: #FAEBD7;
}
.menuitem a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #30607b;
}
.menuitem a:hover {
	color: #3163CE;
}
.sideheader {
	background-image: url(../images/sideheader.png);
	background-repeat: repeat-x;
	color: #30607b;
	font-size: 11px;
	font-weight: bold;
}
.sidecontent {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif, monospace;
	font-size: 11px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #FAEBD7;
	background-color: #EEEEEE;
}
.normal {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.small {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.error {
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	text-align: center;
}
.code {
	font-family: "Courier New", Courier, sans-serif, monospace;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-align: left;
}
.logcode {
	font-family: "Courier New", Courier, sans-serif, monospace;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	background-color: #FAEBD7;
}
.contacttable td {
	font-size: 11px;
	font-weight: bold;
}
.contacttable textarea, select, input {
	font-size: 11px;
	font-weight: normal;
	color: #000099;
	background-color: #eeeeee;
	border-style: none;
	border-width: 1px;
	border-color: #bbbbbb;
}
.button {
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	color: #000099;
}
.googlesearch {
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
}
