body {
	background-color : #292929;
	margin-left : 0px;
	margin-top : 0px;
}
p {
	color: #B5B5B5;
	font-size: 11px;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 16px;
	margin-top : 0px;
	margin-bottom : 14px;
}
p.teaser {
	color: #E1E1E1;
	font-size: 11px;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 16px;
	margin-top : 0px;
	margin-bottom : 6px;
}
h1 {
	color: #E1E1E1;
	font-size: 11px;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 16px;
	margin-top : 0px;
	margin-bottom : 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style : italic;
}
.bg_middlegrey{
	background-color : #797979;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
}