body, html { 
	margin: 0px;
	padding: 0px;
}
 
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.midbg {
	background-image: url(images/003_12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer a:link {
	color: #520202;
	text-decoration: none;
}
.footer a:visited {
	color: #520202;
	text-decoration: none;
}
.footer a:hover {
	color: #520202;
	text-decoration: none;
}
.menutop {
	color: #000000;
	font-weight: bold;
	background-image: url(images/menu_vline.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 35px;
}
.menutop a:link {
	color: #000000;
	text-decoration: none;
}
.menutop a:visited {
	color: #000000;
	text-decoration: none;
}
.menutop a:hover {
	color: #000000;
	text-decoration: underline;
}

.input_error{
	color: #FF0000;
}

.form_success{
	color: #238E23;
}

.form_error{
	color: #FF0000;
}

.row{
	clear: both;
}
