.menuBG {
	background-image: url(/images/menu/topbar-bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.text {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.content-left {
	background-image: url(/images/boxes/left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.content-right {
	background-image: url(/images/boxes/right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.content-top {
	background-image: url(/images/boxes/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content-bottom {
	background-image: url(/images/boxes/bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.headlines {
	font-family: Helvetica;
	font-size: 14px;
	color: #C00000;
	font-weight: bold;
}
body {
	color: #000000;
	background-color: #CCCCCC;
}
a {
	font-family: Helvetica;
	font-size: 12px;
	color: #990000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FF0000;
}
.small-text {
	font-family: Helvetica;
	font-size: 10px;
}
.small-headline {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #c00000;
}
.header-background {
	background-image: url(/images/menu/topbar-bg.jpg);
	background-repeat: repeat-x;
}
