/* CSS Document */
#content {
	width: 380px;
	height: 350px;
	border: 0px;
	margin-top: 0px;
	margin-left:0px;
background-color: #ccffff;
}

.Content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #4D4D4F;*/
	color:#000000;
	line-height: 19px;
}

html {
overflow-x:hidden;
overflow-y:auto;
}