a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	background-color: #CCCCCC;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
.headline {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#menu {
	position: absolute;
	z-index: 1;
	height: 100px;
	width: 100%;
	top: 10px;
}
#pagemid {
	background-image: url(../images/page_middle.jpg);
	background-repeat: repeat-y;
	width: 760px;
}
#pageback {
	width: 100%;
	position: relative;
	left: 0px;
	top: 110px;
	z-index: 2;
}
a:active {
	text-decoration: none;
}
.body {
	margin: 0px;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
body {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.bodybold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
