.text {
	font-family: "MS Sans Serif";
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.text A{
	text-decoration: "Underline";
	}

.text A:hover{
	text-decoration: "none";
	color: #0000ff;
	}
	
.sttyle {
	font-family: "MS Sans Serif";
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.sttyle A{
	text-decoration: "Underline";
	}
.sttyle A:hover{
	text-decoration: "none";
	color: #0000ff;
	}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.reco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
