body {
	color: #666666;
	font: 11px arial;
	margin: 0px;
	padding: 0px;
}
.txtText {
	font-family: Verdana;
	background-color: #FFFFFF;
	color: #37444d;
	text-decoration: none;
	text-align: left;
	word-spacing: 0.15em;
	letter-spacing: 0;
	line-height: 1.8em;
	font-size: 10px;
	
	}
.txtText a:link, .txtText a:visited, .txtText a:active {
	font-family: Verdana;
	background-color: #FFFFFF;
	color: #37444d;
	text-decoration: none;
	word-spacing: 0.15em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.8em;
	font-size: 10px;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.txtText a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #edc63b;

}
.txtSmall {
	font-family: Arial;
	color: #37444d;
	text-align: left;
	text-decoration: none;
	word-spacing: 0.15em;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 10px;
	padding: 20px;
}