.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;

}

.text A:link {
text-decoration: none;
}

.text A:visited {
text-decoration: none;
}

.text A:hover {
	text-decoration: underline;
	color: #FF6600;
}

.button {
	font-size: 9px;
	background-color: #663300;
	color: #CC9900;
	border: 1px ridge;
	font-family: Arial, Helvetica, sans-serif;





}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #333333;
	border: 1px dashed #666666;
}

.textmini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
         text-decoration: none;
	color: #999966;
}
.textmini A:link {
          text-decoration: none;
	color: #999966;
}
.textmini A:visited {
         text-decoration: none;
	color: #999966
}
.textmini A:hover {
	text-decoration: underline;
	color: #FF6600;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

