<!-- 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
}


a:link{
	color: #0E5CC4;
}
a:visited{
	color: #0E5CC4;
}
a:hover{
	color: #333333;
}

a.grey:link{
	color: #333333;
}
a.grey:visited{
	color: #333333;
}
a.grey:hover{
	color: #ffffff;
}

a.grey2:link{
	color: #646464;
}
a.grey2:visited{
	color: #646464;
}
a.grey2:hover{
	color: #333333;
}

a.brown:link{
	color: #B49D71;
}
a.brown:visited{
	color: #B49D71;
}
a.brown:hover{
	color: #333333;
}



a.white:link{
	color: #ffffff;
}
a.white:visited{
	color: #ffffff;
}
a.white:hover{
	color: #ffffff;
}

.checkbox {
	height: 15px;
	width: 15px;
}

.radio {
	height: 15px;
	width: 15px;
}

.headers{
	color: #00ACEF;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.white{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.tn:link{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.tn:visited{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.tn:hover{
	color: #FBC163;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.tn2:link{
	color: #FBC163;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.tn2:visited{
	color: #FBC163;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.tn2:hover{
	color: #FBC163;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.copyright{
	color: #474747;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


.formtext {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	border-style: solid;
	border-color: #1889b4;
	border-width: 1px;
	width: 100%;
}

.form {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #d7d7d7;
	border-style: solid;
	border-color: #1889b4;
	border-width: 1px;
	width: 100%;
}

-->