﻿body
{
    margin-top: 0px;
    background-color: white;
    background-image: url(/images/background.gif);
    background-attachment: scroll;
    background-repeat: repeat-x;
}
h1
{
    font-family: Times New Roman, Helvetica, Arial;
	font-size: 18px;
	color: Black;
	margin-bottom: 10px;
}
h2
{
    font-family: Times New Roman, Helvetica, Arial;
	font-size: 14px;
	color: #395387;
	margin-bottom: 2px;
}
p, td, li, input, textarea, select
{
	font-family: Times New Roman, Helvetica, Arial;
	font-size: 12px;
	color: Black;
}
a:link, a:visited, a:active, a:hover
{
	font-family: Times New Roman, Helvetica, Arial;
	font-size: 12px;
	color: #395387;
	text-decoration: underline;
}
a img
{
	border: none;
}
ul
{
	list-style-type: square;
}
li
{
	padding-bottom: 20px;
}
.homeContent
{
    padding-top: 10px;
    padding-left: 10px;
}
.footer
{
    font-family: Arial, Times New Roman, Helvetica;
	font-size: 10px;
    color: #666666;
}
a.footer:link, a.footer:visited, a.footer:active, a.footer:hover
{
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 10px;
	color: #3366FF;
	text-decoration: none;
}
.copyRight
{
    font-family: Arial, Times New Roman, Helvetica;
	font-size: 10px;
	padding-top: 10px;
}
.suppContent
{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.quoteCompany
{
    font-family: Times New Roman, Helvetica, Arial;
	font-size: 12px;
	color: #395387;
	font-style: italic;
	font-weight: bold;
}
.picTitle
{
    font-family: Times New Roman, Helvetica, Arial;
	font-size: 12px;
	color: #395387;
	font-weight: bold;
	padding-top: 3px;
}
ul.faq
{
	list-style-type: decimal;
}
li.faq
{
	padding-bottom: 10px;
}
img.frame
{
    border: solid 3px #395387;
}
img.framePopup
{
    border: solid 3px #395387;
    cursor: hand;
}
#ImageViewer
{
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: -1000px;
  width: 1px;
  height: 1px;
  border: solid 3px #395387;
  background: #FFFFFF;
  padding: 10px 10px 10px 10px;
}
