.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma, Verdana;
}
.style4 {color: #73B84E}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-style: normal;
}
a:active {
	text-decoration: none;
	color: #6699CC;
}
.white {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
div.scroll {
	height: 300px;
	width: 300px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #eeeeee;
	padding: 0px 0px 0px 3px;
}

div.scroll2 {
	height: 400px;
	width: 550px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #FFFFFF;
	padding: 2px 0px 0px 5px;
	margin-left: 100px;

}
.green {
	color: #669933;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;

}
