.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #306CAB;
	text-decoration: none;
}
.navigationsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.navigationsmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #C31401;
	text-decoration: none;
}
.navigationblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3666A4;
	text-decoration: none;
}
.navigationblack:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FE8347;
	text-decoration: none;
}
.maintext, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 20px;

}
select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}
.border {
	border-top: 1pt none #CCCCCC;
	border-right: 1pt solid #CCCCCC;
	border-bottom: 1pt solid #CCCCCC;
	border-left: 1pt solid #CCCCCC;
}
.bottomborder {
	border-top: 1pt none #CCCCCC;
	border-right: 1pt none #CCCCCC;
	border-bottom: 1pt solid #CCCCCC;
	border-left: 1pt none #CCCCCC;
}

body {
	background-color: #5E99E9;
	background-image: url(images/bg/scan.html);
		font-family: Arial, Helvetica, sans-serif;
}

a {
	font-weight: bold;
	color: #3666A4;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FE8347;
	text-decoration: underline;
}
.btn {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #4270AB;
	padding: 2px;
	border: none;
	cursor:hand;
}
h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}