/* CSS Document */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;


}
.text-req {
	font-weight: bold;
	color: #FF0000;
}
.text-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #40AA5A;
}
a:visited {
	text-decoration: none;
	color: #40AA5A;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
.hidden {
	display: none;
}
