/* CSS Document */
body{
	margin:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
p,td{
	font-size:11px;
}

h1{
	font-size:16px;
	font-weight:bold;
	color:#0066FF;
}
.heading1{
	font-size:16px;
	font-weight:bold;
	color:#0066FF;
}
#textLayer{
	height:280px;
	overflow:hidden;
	width:100%;
	position:relative;
}
#textContent{
	overflow:hidden;
	width:100%;
	position:absolute;
}
