BODY {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.bg {
	background-repeat:repeat-y;
}

a.more {
	color:#386091;
	font-family:Verdana,Arial;
	font-size:11px;
	text-decoration:none;
}

a.more:hover {
	color:#142234;
}

/* horizontal scrolling */

.fullin {
	color:#000000;
	font-family:Verdana,Arial;
	font-size:11px;
	text-align:justify;
}

.scroll {
	width : 670px;
	height : 140px;
}

.scroll .content {
	overflow : hidden;
}

/* IE6 */
* html .scroll .content {
	width : 670px;
	height : 140px;
}

.scroll .left {
	float:left;
	width : 10px;
}

.scroll .right {
	float:right;
	width : 10px;
}


