form br
	{
		clear: both;
	}
form label	
	{
		float: left;
		width: 100px;
		text-align: right;
		padding-right: 10px;
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 3px;
		margin-bottom: 10px;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		font-weight: bolder;
		font-variant: normal;
		text-transform: none;
		color: #143D8D;
		display:block;
	}
.report
{
		background-color: #D0D8E8;
		border: 1px solid #4F4E4A;
		padding: 3px 10px;
		width: 480px;
		text-align: center;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.textsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.textbg {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/trbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
