* {
	font-family:Arial, Helvetica, sans-serif;
}

label {
float:left;
font-weight:bold;
}

.formline {
clear:both;
padding-top:15px;
}

.formitem {
float:left;
width: 40%;
}

.formitemfull
{
	float:left;
	width: 80%;
}

.officeuse {
clear:both;
border:1px solid #000000;
padding-left:20px;
}

.required
{
	font-size: small;
	color: #FF0000;
	font-weight:bold;
}

.new
{
	font-size: small;
	color: #FF0000;
	font-weight:bold;
}

.note
{
	font-size: 12px;
	color: #000000;
}

.normal
{
	font-size: 12px;
	color: #000000;
}

.bitheader
{
	font-size: 18px;
	color: #000000;
	text-align: center;
}

.signature
{
	font-size: 15px;
	color: #000000;
	font-family: Times New Roman;
}

.smallheader
{
	color: #3366CC;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

.list
{
	font-size: 14px;
	margin:0px;
	padding: 0px;
}
.attentionred
{
	font-size: small;
	color: #FF0000;
	font-weight:bold;
	text-align: center;
}
.attentionblack
{
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-align: center;
}

.smallnote
{
	font-size: smaller;
	color: #000000;
	font-weight:bold;
	text-align: left;
	padding-top: 4px;
}

.right 
{
	width:55%;
	float: right;
	margin-right: 35px;
}

.left
{
	width: 55%;
	float: left;
	margin-left: 40px;
	padding-left: 5px;
}
.center
{
	width: 90%;
	float:none;
}

