body		{ margin-left: 0%; margin-right: 2%; font-family: "Arial","Times"; color: rgb(0,0,0); }
h1			{ font-family: "Verdana"; font-size: 24pt; font-weight: bold; margin-left: 4px; color: rgb(0,0,0);}
h2			{ font-family: "Verdana"; font-size: 18pt; font-weight: bold; margin-top: 3em; margin-left: 4px;  margin-bottom: 0em; color: rgb(0,0,0);}
h2.center {
    font-family: "Verdana";
    font-size: 18pt;
    font-weight: bold;
    margin-top: 4em;
    margin-bottom: 0em;
    text-align: center;
    color: rgb(0,0,0);
}
h3			{ font-family: "Verdana"; font-size: 16pt; font-weight: normal;  margin-top: 4em; margin-left: 4px;  color: rgb(0,0,0); margin-bottom: 0em;}
h4			{ font-family: "Verdana"; font-size: 14pt; font-weight: normal; margin-top: 1em; margin-left: 4px;  color: rgb(0,0,99); margin-bottom: 0em;}
ul			{ margin-left: 2%; margin-bottom: 0em; margin-top: 0em;}
ol			{ margin-left: 2%; margin-bottom: 0em; margin-top: 0em;}
dt			{ margin-left: 20px; font-weight: bold }
dd			{ margin-left: 60px; margin-bottom: 1em;}
p			{ margin-left: 2%; font-family: "Arial","Times"; color: rgb(0,0,0); }
p.tight	    { margin-left: 2%; margin-top: 0; margin-bottom: 0; }
table.ErrTbl { font-size: 10pt; font-family: Arial,Helvetica; }	
p.question { border: none; width: 95%; background: rgb(255,204,0); padding: 0.2em; font-weight: bold; margin-left: 2%; margin-top: 2em; margin-bottom: 0;}
p.feat       { font-family: Arial; font-size: 12pt; margin-left: 2%; margin-top: 0; margin-bottom: 0; }
img		    { border: 0; border-width: 0; }

.lowText { text-decoration: none; color: #000000; font: 16px "Times New Roman", Times }
.highText { text-decoration: none; color: #000000; font: 16px "Times New Roman", Times }
.itemBorder { border: 1px solid #000000 }
.itemBorderBlank { border: 1px solid #000000 }

a:link		{ color: rgb(0, 0, 0) }  /* for unvisited links */
a:visited	{ color: rgb(0, 128, 0) } /* for visited links */
a:active	{ color: rgb(255, 0, 102) } /* when link is clicked */
a:hover		{ color: rgb(0, 96, 255) } /* when mouse is over link */

.emph		{color: rgb(0,0,0); font-family: "Arial","Helvetica"; font-weight: bold; font-size: 10pt;}
.emphl		{color: rgb(0,0,0); font-family: "Arial","Helvetica"; font-weight: bold; font-size: 14pt;}
.price		{color: rgb(0,0,0); font-size: 14pt; font-family: "Arial Black"; font-weight: normal; margin-top: 0em;}
.quote		{font-size: 12pt; margin-left: 5%; font-family: "Comic Sans MS","Helvetica"; }

div.banner {
	position: relative;
	background-image: url("images/BannerBG.gif");
	background-repeat: repeat-x;
	height: 140px;
	width: 100%;
	margin-right: 0;
	z-index: -10;
	}
	
img.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	}
	
div.pagetitle {
	position: relative;
	text-align: right;
	margin-right: 10px;
	font-family: "Verdana";
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	color: rgb(255,255,255);
	z-index: 5;
	}
	
div.callus {
	z-index: -5;
	position: relative;
	top: 38px;
	text-align: right;
	margin-right: 10px;
	font-family: "Verdana";
	font-size: 12pt;
	font-style: italic;
	color: rgb(255,255,255);
	}