body {
	background-color: #F9F9F9;
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 16px;
	color: #353535;
}
#page {
	width: 800px;
	display: block;
	margin: 50px auto;
	border: 3px solid #FFFFFF;
	padding: 20px 85px;
	background-color: #F0F0F0;
	box-shadow: 0px 0px 40px 0px #CCCCCC;
	position:relative;
}
img#logo {
	margin: 10px 0px 20px 0px;
}

/*span.head {
	text-indent: 0px;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
}*/
li {
	margin-left: 25px;
	line-height: 20px;
	list-style-type: disc;
}
ul.noType li {
	list-style-type: none;
}
img.horizontal-line {
	margin: 10px -65px;
	clear: both;
}   
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both; height: 0px; border: none; margin: -1em 0 0 0; visibility: hidden;
}


div.horizontal_scroller
{
	position:relative;
	float:left;
	height:24px;
	width:500px;
	display:block;
	overflow:hidden;
	margin: 10px 0px;
}

div.scrollingtext{
	position:absolute;
	white-space:nowrap;
	font-family:'Trebuchet MS',Arial;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}
