@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	font-family: "timesnewroman";
	font-size: 13px;
	line-height: 15px;
	color: #333;
}


#flexcrollstyles {
	/* Typical fixed height and fixed width example */
width: 370px;
	height: 470px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #ffffff;
	margin: 0.3em auto;
	padding: 0px 30px 0px 10px;
}
