.bgtop {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
}
.bgbottom {
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
}
.smallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #892D2E;
}
.mainheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #595959;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626161;
}
.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #595959;
	font-weight: normal;
}
.smallcontent {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626161;
}
.videoloading {
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.contentLink {
	color: #666666;
	text-decoration: none;
	font-style: italic;
}
a:hover {
			text-decoration: underline;
			color: #999999;
}