body {
	background-color: #E5E3E3;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
}
.textPadRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	padding-right: 30px;
}
.textPadFull {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	padding-right: 22px;
	padding-left: 22px;
	text-align: left;
}

a {
	color: #1B3583;}
	
#quotation {
	float:right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 20px;
	margin: 30px;
	color: #333333;
}
.bulleted {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
}

ul {
padding-left: 12px;}

/* li {
	padding-left: 8px;}*/
	
	
.formFields {
background-color: #eeeeee;
border: 1px solid #000033;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
