.heading {
	font-family: Arial;
	font-size: 16px;
	color: 43919e;
	text-decoration: none;
}
.para {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.links {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.bg {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}
.para:hover {
	text-decoration: underline;
}
.links:hover {
	text-decoration: none;
}
.field {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	width: 180px;
	color: #666666;
	border: thin solid #FFFFFF;

}
.button {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	width: 88px;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
