﻿body, td, p
{
	color: Black;
	font-family: Arial;
	font-size: 9pt;
}

.PageHeader, .SectionHeader
{
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
		.SectionHeader
		{
			font-size:12pt;
			padding-bottom:20px;
		}

.FieldLabel
{
	padding-left: 15px;
	color: #666666;
}

h1, h2, h3, hr, .header, .benefits
{
	font-size: 18pt;
	font-weight: bold;
	color: #43597E;
}
		h2, .benefits
		{
			font-size:14pt;
			font-style:italic;
			text-align:center;
		}
				
a, a.visited
{
	color: #3366CC;
}
.QuoteItem
{
	border: 1px solid #A8C2DF;
	background-color: #D3E0EF;
	padding: 8px;
	width: 600px;
}

hr
{
	height: 3px;
	border:solid 2px steelblue;
	color: steelblue;
	
}