.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align:justify;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #9F0D0D;
	text-align:left;
	font-weight:bold;
}
.pageheaderblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:left;
	font-weight:bold;
}
.pageheaderblackcentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:22px;
	color: #000000;
	text-align:center;
	font-weight:bold;
}
.background_main {
	background-image:url(images/background_main.jpg);
	background-repeat: repeat;
}
a:link {
	color: #9F0D0D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9F0D0D;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #9F0D0D;
}