html, body {

	background: #ffffff;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;

}

* {

	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;

}

table {

	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;

}

form {

	margin: 0;
	padding: 0;

}


#top {

	background: url(../images/topBackground.jpg) repeat-x;

}

.white {

	color: #ffffff;
	font-size: 9px;

}

.white a {

	color: #ffffff;
	font-size: 9px;
	text-decoration: none;

}

.white a:hover {

	color: #cbcbcb;
	font-size: 9px;

}

.search {

	background-color: #333333;
	border: solid 1px #cbcbcb;
	color: #ffffff;
	font-size: 9px;
	height: 13px;
	line-height: 13px;
	width: 120px;

}

.input {
	width: 220px;
	border: 1px #333 solid;
	background: #fff;
	padding: 2px 0 2px 5px;
	color: #333;
}

.input:hover, .input:active, .input:focus {
	background: #333;
	color: #fff;
	font-weight: bold;
	border-color: #e20a16;
}

#background {

	background: url(../images/background.jpg) repeat-x;

}

#contentbackground {

	background: url(../images/contentBackground.jpg) repeat-x;

}

.content {
		position: relative;
	overflow: visible;
	padding: 15px;
	background-color:#e7e7e7;
}
#scrollContent {
	position: relative;
	overflow: visible;
	background-color:#e7e7e7;
}
#scrollContainer {
	position: relative;
	height: 900px;
	overflow:visible;
	background-color:#e7e7e7;
}
#bottom {
	display: none;
}
.content a {

	color: #000000;

}

.content a:hover {

	color: #e20a16;

}

.index a {

	color: #000000;

}

.index a:hover {

	color: #e20a16;

}

.separator {

	background-color: #e20a16;
	height: 2px;
	margin: 3px 0 13px 0;

}

.greySeparator {

	background-color: #cccccc;
	height: 1px;
	margin: 3px 0 13px 0;

}

#bottom {

	background: url(../images/bottomBackground.jpg) repeat-x;

}

.menuspacer {

	display: block;
	height: 1px;
	line-height: 1px;

}

.headline {

	color: #e20a16;
	font-weight: bold;

}

.title {

	color: #e20a16;
	font-size: 14px;
	font-weight: bold;

}

.super {

	font-size: 8px;
	vertical-align: super;

}

.small {

	font-size: 9px;

}