@charset "utf-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10pt;
}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/background.jpg);
	background-repeat: repeat-x;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10pt;
	text-align: justify;
	line-height: 150%
}


.borderdiv {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 10px;

}

