h1 {
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.red {
	color: #CC3300;
}
.blue {
	color: #00CCFF;
}
h2 {
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
}

.textdiv {
height:300px;
overflow:auto;
background-color:#ffffff;
scrollbar-base-color:#FFFFFF;
scrollbar-arrow-color:#008000;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#008000;
scrollbar-shadow-color:#ffffff;
width: 500px;
padding-top: 5px;
font-size: 12px;
font-style: normal;
line-height: 180%;
border: none;
color: #333333;
}