.maintext {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color:#003399;
	line-height: 18px;
	text-decoration:none;
}
.maintext2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color:#003399;
	line-height: 18px;
	text-decoration: none;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#18338E;
	text-decoration:none;
	font-weight: bold;
}
a:hover.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#D5CEC4;
	text-decoration:none;
	font-weight: bold;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#C46604;
	text-decoration:none;
}
a:hover.maintext {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color:#003399;
	line-height: 18px;
	text-decoration:none;
	font-weight: bold;
}

.slogan {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #18338E;
	padding: 5px 0px;
	font-weight: bold;
	text-align: center;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #18338E;
	padding: 5px 0px;
	font-weight: bold;
	text-align: center;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #18338E;
	padding: 5px 0px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	width: 250px;
	height: 20px;
	border: none;
	background-color: #AEC7EF;
	position: relative;
	top: 22px;
}
.error
{
    color: Red;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration:none;
}
.message 
{
    color: Blue;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration:none;
}
table.notice
{
    border: solid 1px blue;
}
table.notice td.notice
{
    font-weight: bold;
    color: black;
    background-color: white;
}