@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #294258;
}
.Header {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.main_text {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}
.Footer {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.submit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #C00;
	font-style: normal;
	font-weight: bold;
}
