@charset "UTF-8";
.background {
	background-image: url(img/bgnd_trans.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.textbox {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	margin: 10px;
	padding: 10px;
	background-repeat: repeat-y;
	font-weight: normal;
	border: medium none #000000;
	background-position: center top;
	overflow: auto;
	width: 90%;
}
.textbox-small {
	font-size: 10px;
	line-height: 9px;
	font-family: "Lucida Sans";
	text-align: left;
}
.textbox-bottom {
	background-image: url(img/green-bgnd-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.textbox-top {
	background-image: url(img/green-bgnd-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
}
.header {
	font-family: "Lucida Sans";
	font-size: 11px;
	font-style: normal;
}
.textbox-background {
	background-image: url(img/bngd_green_4.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 11px;
}
.background table tr .textbox-background table {
}
