/* CSS Document */

.txt {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
	text-indent: 5px;
	margin-left: 2px;
	margin-right: 7px;
	margin-top: 2px;
	margin-bottom: 2px;

}

.txt a:link {
	text-decoration: none;
	color:#D12F0F;
}
.txt a:visited {
	text-decoration: none;
	color:#D12F0F;
}
.txt a:hover {
	text-decoration: underline;
	color:#D64327;
}	
