.headings {
	font-family: Arial, Helvetica, sans-serif;
	color: #34A65A;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
}
.flotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.inputfield {
	background-color: #EBEBEB;
	border: 1px solid #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.normaltext_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.gradientbg {
	background-color: #ADADAD;
	background-image: url(../images/gradientbg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #040971;
	font-size: 10px;
	text-decoration: none;
}
.links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0610BF;
	font-size: 10px;
	text-decoration: none;
}