.text {
	font-size: 12px;
	color: #FFFFFF;
}
.button {
	background-color: #FFFFFF;
	border: thin dashed #999999;
	font-size: 12px;
}
.inputtext {
	font-size: 12px;
	border: thin dashed #999999;
}
hr {
	background-color: #FFFFFF;
	border: thin dotted;
}
a:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.tableborder {
	border: thin dashed #999999;
}
