@charset "utf-8";
/* CSS Document */

<!--
.context1 {
	background-image: url(images/layout_08.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0200;
	text-decoration: none;
}
.grey_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.black_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.side_bar {
	background-image: url(images/layout_09.jpg);
	background-repeat: repeat-y;
}
.BORDER {
	border: thin solid #FC0000;
}
.white_Headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
-->
</style>