html, body, p, td, h1, a {
	font-family: verdana;
	color: #ffffff;
}
html, body, p, td {
	font-size: 11px;
}
p {
	padding-left: 10px;
	padding-right: 10px;
}
.mainBody {
	margin-top: 50px;
	margin-bottom: 10px;
	background: #000000 url("../img/verho.png");
	background-repeat: repeat-x;
}
.mainTable {
	background: url("../img/mato.png");
	background-repeat: no-repeat;
}
.popUpBody {
	background-color: #000000;
}
h1 {
	font-weight: bold;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: 00fe00;
}
a:active {
	text-decoration: none;
}
hr {
	border: 1px solid #00fe00;
	
}
.button {
	width: 140px;
}
.button_wide {
	width: 280px;
}
.error {
	color: red;
	padding: 5px;
}
