body {
	margin:0;
	padding:0;
	overflow:auto;
	overflow-x:hidden;
	background-color: #ffffff;
	font-family:Times, Sans serif, Arial, Verdana;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #5A524F;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}

a:link, a:visited, a:active {
	color:#AAA5A2;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#5A524F;
	text-decoration:none;
	font-weight:normal;
}

a.content:link, a.content:visited, a.content:active {
	color:#ACA8A7;
	text-decoration:underline;
}

a.content:hover {
	color:#5A524F;
	text-decoration:underline;
}

#main {
	position:absolute;
	top:0px;
	width:100%;
	text-align:left;
	z-index:1;
}

#content {
	position:relative;
	top:0px;
	width:850;
	z-index:2;
}

TD, P, DIV, SPAN {
	color:#5A524F;
	font-size:12px;
	line-height:1.5em;
}

TD.menu {
	font-size:16px;
	line-height:1em;
	text-transform:uppercase;
}

TD.headline {
	font-size:18px;
	line-height:1em;
}

TD.footer, DIV.footer {
	font-size:11px;
	line-height:1em;
}

TD.bgback {
	background-image:url(../images/bg_back.gif);
	background-repeat:no-repeat;
}

LI {
	margin-bottom:1em;
}

P.content {
	margin:0;
}
