td, textarea, input, select {
	font-family: Tahoma;
	font-size: 12px;
	color: FFFFFF;
	font-weight: normal;
}
a:link, a:visited, a:active {
	color: FFFFFF;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: FF9900;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/*red text*/
.text1 {
	font-family: tahoma;
	font-size: 16px;
	color: AB080B;
	font-weight: bold;
}
/*gold text*/
.text2 {
	font-family: tahoma;
	font-size: 12px;
	color: FF9900;
	font-weight: bold;
}
/*copyright text*/
.text3 {
	font-family: tahoma;
	font-size: 10px;
	color: 666666;
	font-weight: bold;
}

.inputstyle {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid red;
}
