.infoText {
	font-family: Arial;
	font-size: 12px;
}
.infoTextHdr {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

#outer{
	position:absolute;
	width:750px;
	margin: auto;
	font-family: sans-serif;
	font-size: 12px;
	top: 0px;
	left: 0px;
}
#inner{
	position:absolute;
	left:0px;
	top:1px;
	height:100%;
	width:250px;
	text-align: left;
	padding: 8px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inner2{
	position:absolute;
	left:270px;
	top:1px;
	height:100%;
	width:250px;
	text-align: left;
	padding: 8px;
}
#div_hdr {
	background-color: #003300;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	font-family: sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
	border: 1px solid #333333;
}
#inner3 {
	position:absolute;
	left:541px;
	top:0px;
	width:250px;
	text-align: left;
	padding: 8px;
	border-left-style: none;
}
