.text {
	font-family: Arial;
	font-size: 12px;
}
.smalltext {
	font-family: Verdana;
	font-size: 10px;
}
.menu {
	font-family: Arial;
	font-size: 12px;
	background-color: #C8C8C8;
	border: 1px solid #C0C0C0;
}
.textarea {
	font-family: Verdana;
	font-size: 10px;
	background-color: #D4D4D4;
	border: 1px solid #C8C8C8;
}
.textarea2 {
	font-family: Arial;
	font-size: 12px;
	background-color: #C8C8C8;
	border: 1px solid #C0C0C0;
}
.button {
	font-family: Verdana;
	font-size: 10px;
	background-color: #D4D4D4;
	border: 1px solid #C8C8C8;
}
.button2 {
	font-family: Arial;
	font-size: 12px;
	background-color: #C8C8C8;
	border: 1px solid #C0C0C0;
}
td {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}
a:link {
	color: #484C60;
	text-decoration: none;
}
a:visited {
	color: #484C60;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #484C60;
	text-decoration: none;
}
