/* CSS Document */

body {
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
}
.titletxt {
	font-size: 14px;
	font-weight: bold;
}
.address {
	font-size: 11px;
	font-weight: bold;
}
div.scrolltxt {
	height:300px;
	width:292px;
	overflow:auto;
	}
div.formscroll {
	height:300px;
	width:300px;
	overflow:auto;
}