@charset "UTF-8";
.background {
	background-color: #FFFFFF;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: justify;
	margin: 0px;
	top: 0px;
	vertical-align: top;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
}
.vertline_repeat {
	background-image: url(images/vertline_repeat_18.jpg);
	background-repeat: repeat-y;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #FF0000;
}
