li {
	margin-bottom: .2em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #002A48;
}

a:active {
	color: #002A48;
}

a:visited {
	color: #002A48;
}

a:hover {
	color: #E0710C;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DBDBDB;
}

.left-box {
	background-color: #D1E5F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.orange-box {
	background-color: #E0710C;
}

.small-font {
	font-size: 10px;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.form-steps {
	background-color: #D1E5F7;
}

.form-hdr {
	background-color: #E8E8E8;
}

.ind {
	margin-left: 2em;
}

p.subhead {
	color: #002b00;
	font-size: 100%;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: .5em;
	clear: both;
}

/* styles for customer quotes */
.quotes {
	background-color: #FFFFFF;
	padding: .5em .5em .5em .5em;
	text-align: center;
	font-family: sans-serif;
	font-size: 12pt;
	border-bottom-color: Red;
	border-bottom-style: solid;
	border-bottom-width: 2;
	border-top-color: Red;
	border-top-style: solid;
	border-top-width: 2;
}

.quoteAuthor {
	text-align: center;
	font-family: sans-serif;
	font-size: 10pt;
}

.quoteCompany {
	text-align: right;
	font-size: 8pt;
	font-style: italic;
}

img.bordered {
	border: thin solid #B5B5FF;
	margin-left: 1em;
}

img.icon {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

img.matte {
	border: medium double #B5B5FF;
	margin-left: 1em;
}