.text {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.textbox {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	height: 17px;
	width: auto;
	border: 1px solid #0099CC;
}
.links {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.links a:link {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.links a:active {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.links a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.bodylinks {
	font-family: tahoma;
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
}
.bodylinks a:link {
	font-family: tahoma;
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
}
.bodylinks a:active {
	font-family: tahoma;
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
}
.bodylinks a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
}
.bgExtraDarkGray {
	background-color: #E2EAF3;
}
.button {
	border: 1px outset #F1F4F5;
			    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 11px;
			    
    cursor: hand;
    color: #FFFFFF;
			    
    background-color: #2F5890;
	
	height: 20px;
}
textarea {
	border: 1px solid #000000;
	height: auto;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
