
.style1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.text {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #666666
}
.heading {
	font-family: Tahoma, Arial;
	font-size: 20px;
	color: #8A0202;
	font-weight:bold;
	font-style:italic;

}
select {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
a {
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	font-style:italic;
}
a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
table {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333333;
}
