.text {
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
.button {
	font-family: "Times New Roman", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-indent: 5px;
	text-decoration: none;
	line-height:20px;
}
.button a {
	font-family: "Times New Roman", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-indent: 5px;
	text-decoration: none;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
	display: block;
}

.button a:hover{
	font-family: "Times New Roman", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-indent: 5px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	display: block;
}

