@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #211f1f;
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	line-height: 17px;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #003366;
}
a:active {
	color: #006699;
}

.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	line-height: 28px;
	text-indent: 8px;
	text-decoration: underline;
}
.box {
	padding: 15px;
	font-size: 11px;
}
.small {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}


#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.big {
	font-size: 14px;
}
