<style type="text/css">
<!-- 
html {
color: #333;
background-color: #fff;
padding: 0;
margin: 0;
}
body {
color: #1B1B1B;
background-color: #fff;
padding-top: 0%;
padding-right: 0%;
padding-bottom: 0%;
padding-left: 0%;
margin: 0;
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
}

/* Content */

#content{
	position: absolute;
	top: 10px;
	left: 10px;
}

h1 {
	color: #0076C0;
	font: bold 14px/14px verdana;
	border-bottom: 1px solid #0076C0;
}
h2 {
	color: #0E4122;
	background: transparent;
	font: bold 15px "Trebuchet MS", Verdana, Arial, sans-serif;
}
h3 {
	font: bold 14px Verdana, Arial, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}
h4 {
	font: bold 1.0em Verdana, Arial, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}
p {
  font: 14px/18px Verdana, Arial, sans-serif;
}
td {
/* ie5 seems to forget the font size, so it is forced here. */
	font: 14px Verdana, Arial, sans-serif;
}
th {
/* ie5 seems to forget the font size, so it is forced here. */
	font: bold 14px Verdana, Arial, sans-serif;
	color: #000;
	background: #eee;
}
li {
	margin-left: 0px;
	margin-right: 0px;
}
ul, ol {
}
a, a:link {
	color: #060;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	color: #060;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #060;
	background: transparent;
	text-decoration: underline;
}
a:active {
	color: #fff;
	background: white;
	text-decoration: none;
}
p.faqanswer {
	margin-top: 0px;
	margin-left: 20px;
	color: #0076C0;
	background: white;
	text-decoration: none;
}
p.faqquestion {
	margin-top: 0px;
	margin-left: 0px;
	font-weight:normal;
	background: white;
	text-decoration: none;
}
p.footer {
	font: 9px Verdana, Arial, sans-serif;
	text-align:center;
	margin-top: 0px;
	margin-left: 0px;
	font-weight:normal;
	background: white;
	text-decoration: none;
}
#footer a, a:link, a:visited, a:active, a:hover {
	color: #0076C0;
}
hr {
	color: #0076C0;
	size: 1em;
	height: 1px;
}

#logo {
display: none;
} 
#toprow {
display: none;
} 
#enabling {
display: none;
} 
.quoteblue {
font: 20px/20px georgia;
color: #0076BE;
}
.quoteblack {
font: 20px/20px georgia;
color: #1B1B1B;
}