.linkswhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.textwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.textblack {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.green {
	background-color: #97CA03;
}
.headerGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #97CA03;
	text-decoration: none;
}

.linkswhite a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.linkswhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.linkswhite a:hover {
	color: #000000;
	text-decoration: underline;
}
.grey {

	background-color: #AFAEAE;
}
.border {
	border: 1px solid #AFAEAE;
}
.orange {
	background-color: #FF9900;
}
.textorange {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-align: justify;
}
.bgwhite {
	background-color: #FFFFFF;
}
