html, body{
	margin: 0px auto;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.headlineRed {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #c10a2f;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.lvertical {
	background-image: url(images/index_07.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
.rvertical {
	background-image: url(images/index_04.jpg);
	background-repeat: repeat-y;
	height: 100%;
}


.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-color: #5eb2e8
	text-decoration: none;
}
a, A {
	text-decoration: none;
	color: #477cc4;
}
a:hover{
	color: #ff0000;
}

