/* CSS Document */

.body_copy {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.title {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-weight: bold; 
}

.content_layer {
	position:absolute;
	width:463px;
	height:278px;
	z-index:1;
	left: 262px;
	top: 146px;
	overflow: scroll;
	visibility: visible;	
}

.scrollable {
	width: 450px;
	height: 300px;
	padding: 10px;
	overflow: auto;
}
