@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat;
	margin: 0px;
	color: #FFFFFF;
}

.main {
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-color: #245C73;
}
.info {
	color: #FFFFFF;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	width: 720px;
}
.info a {
	color: #FFC900;
	text-decoration: none;
}

.info a:link {
	color: #FFC900;
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}

.info  h1 {
	color: #FFC900;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.info  h2 {
	font-size: 12px;
	color: #FFC900;
}
.info h6 {
	font-size: 12px;
	color: #FFC900;
	margin-top: 0px;
	margin-bottom: 10px;
}
.image_right   {
	margin-left: 20px;
	margin-bottom: 20px;
}
.image_left {
	margin-right: 20px;
	margin-bottom: 20px;
}
.header {
	font-size: 12px;
	color: #FFC900;
}
.header a {
	text-decoration: none;
	color: #FFC900;
}
.header a:link {
	color: #FFC900;
	text-decoration: none;
}
.header a:hover {
	color: #FFC900;
	text-decoration: underline;
}


.footer {
	font-size: 12px;
	color: #FFFFFF;
}
.footer  a {
	text-decoration: none;
	color: #FFFFFF;
}

.footer  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFC900;
	text-decoration: none;
}
.error  {
	color: #FF0000;
}

