html { 
	height: 100%;
	margin-bottom: 1px;
}

.GeneralPage
{
background-color: white; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

#rateContent {
	position: relative;
	z-index: 1;
}

#topLayer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

#quoteRequest {
	position: relative;
	text-align: left;
	z-index:3;
}

td			{font-family: "Verdana", "serif"; font-size: 9pt; color: #666666}

.blank		{font-size: 1pt}

.style1 {
	color: #CCCCCC;
	font-size: xx-small;
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-weight: Normal; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
text-align: Right; /* Align Text */
}

.GeneralText
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Normal; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
}

.Navigation
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000099; /* Font Color */
font-weight: Normal; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
}

.Footer
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
}

.SubNavigation
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: Navy; /* Font Color */
font-weight: Normal; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.style1 {
	color: #CCCCCC;
	font-size: xx-small;
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 12pt; /* Font Size */
color: #120a80; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
text-align: Left; /* Align Text */
}
A:link		{color: #FFFFFF; text-decoration:underline}
A:visited	{color: #FFFFFF; text-decoration:none}
A:hover		{color: #FFFFFF; text-decoration:underline}

.linkNorm a:link {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}

.linkNorm a:visited {
	color: #0066FF;
}