﻿body
{
	font-size: 12px;
	font-family: Arial;
}

#links a
{
	display: inline-block;
	height: 21px;
	color: #666666;
	font-size: 9pt;
	padding: 10px 10px 5px 10px;
	border-right: 2px solid #999999;
	text-decoration: none;
	font-weight: 900;
}

img, a
{
	border: 0px;
}

.bottomHR
{	
	background-color: #336600;
	border: 0px;
	color: #336600;
	margin: auto;
	width: 80%;
}

.bold
{
	font-weight: bold;
}

.boldRed
{
	font-weight: bold;
	color: Red;
}

.boldLarge
{
	font-size: 105%;
	font-weight: bold;
}

.textbox
{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.alignLeft
{
	text-align: left;
}

.backToTop
{
	float: right;
}

.tbsBill
{
	width: 100%;
}

.billTop
{
}

.topRight
{
	float: right;
	text-align: left;
	width: 50%;
}

.topLeft
{
	float: left;
	text-align: left;
	width: 50%;
}

.billMid
{
	clear: both;
	margin: 10px;
}

.header
{
	background-color: White;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.data
{
	background-color: White;
	vertical-align: top;
}

.dataLeft
{
	background-color: White;
	text-align: left;
	vertical-align: top;
}

.dataRight
{
	background-color: White;
	text-align: Right;
	vertical-align: top;
}

.billBottom
{
	border-top: dotted 1px Black;
	padding: 10px 0;
}

.billBottom .bottomRight
{
	float: right;
	text-align: left;
	width: 60%;
}
.billBottom .bottomLeft
{
	float: left;
	text-align: left;
	width: 40%;
}


/* Begin Manufactured Home Bill Styles */
.manuHome TD
{
	vertical-align: top;
}
.mHdr
{
	background-color: White;
}
/* End Manufactured Home Bill Styles */

