BODY {
	background-color: #ff9e01;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

.NavOn {
	background-image: url(../images/nav/nav_on.gif);
	color: #b52800;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	padding-left: 37px;
}

.NavOff {
	background-image: url(../images/nav/nav_off.gif);
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	padding-left: 37px;
}

.Nav A {
	background-image: url(../images/nav/nav_off.gif);
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	padding-left: 37px;
	text-decoration: none;
}

.Nav A:hover {
	background-image: url(../images/nav/nav_on.gif);
	color: #b52800;
	text-decoration: none;
}

.ContentBackground {
	background-image: url(../images/content/content_background_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.Content {
	color: #545454;
	font-size: 12px;
	line-height: 17px;
		text-decoration:none;
}

.Content A,
.Content A:hover {
	color: #545454;
	text-decoration: none;
}

.Content H1 {
	color: #b52800;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;

}

.Footer, .Footer A {
	color:#FFF0B5;
	padding: 0 10px 0 10px;
	font-size:11px;
	text-decoration:none;
}

.Footer A:hover {
	text-decoration:underline;
}

.Blinken {
	color: #545454;
	font-size: 12px;
	line-height: 17px;
	text-decoration:none;
}

td { 
font-size:12px;
line-height:16px;
}

DIV.linklist {
	display: hidden;
	text-align: center;
}

DIV.linklist A {
	font-size: 10px;
	line-height:0;
	color: #FFCC00;
}

DIV.linklist UL {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

DIV.linklist LI {
	display: inline;
	margin: 0;
	padding: 0;
}