.menu, .menu a, .menu a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	color: #FFCC33;
}

.top {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.text_border, .text_border a, text_border a:hover, .pic, .button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	border: #FF6600 1px solid;
}

.button {
	background-color: White;
}
.title_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.text, .error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
}
.error {
	color: red;
}
.text_border a:hover {
	text-decoration: underline;
	color: black;
}