<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00285a;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.menuNormal{
background-color: #transparant;
color: #ffffff;
text-decoration: none;
cursor: hand;
font-weight:bold;
}

.menuOver{
background-color: #3399CC;
color: #ffffff;
text-decoration: none;
cursor: hand;
font-weight:bold;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

a.style1 {
	color: #FFFFFF;
	text-decoration: none;
}

a.style1:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.style1:hover {
	color: #000000;
	text-decoration: none;
}

a.top {
	color: #FFFFFF;
	text-decoration: none;
}
a.top:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.top:hover {
	color: #FFFFFF;
	text-decoration: none;
}



.menu {
	font-size: 12px;
	color: #00285a;
	font-weight:normal;
}

a.menu:link {
	color: #00285a;
	text-decoration: none;
	font-weight:normal;
}

a.menu:visited {
	color: #00285a;
	text-decoration: none;
	font-weight:normal;
}

a.menu:hover {
	color: #00285a;
	text-decoration: underline;
	font-weight:normal;
}
a:link {
	color: #00285a;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	color: #00285a;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #00285a;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #00285a;
	text-decoration: none;
}


.FormLt1 { 
	font-family : Arial;
	font-size : 8pt;
	cursor: hand;
}
#contactform {
	font-size: 7pt;
	width: 600px;
	height: 420px;
	text-align: center;
	background-color: #dddddd;
	margin: 0px;
}

#contactable {
}

.formreqrd {
	color: #ff0000;
}

.formlabel {
	font: 8pt;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

.forminput {
	font: 8pt
	text-align: left;
	vertical-align: top;
	padding-left: 5px;

}

.forminput2 {
	font: 8pt
	text-align: left;
	vertical-align: top;
	padding-left: 1px;
	padding-right: 5px;
}

.forminput input, .forminput select, .forminput textarea {
	font: 8pt;
	border: 1px #000000 solid
}

.forminput textarea {
	 width: 100%;
	 height: 33px;
}


-->