<!--
body { 
	font-family:"Times New Roman",Times,serif;
	background:#fff;
	color:#000;
	font-size:12pt;
}
p { 
	font-family:"Times New Roman", Times, serif;
	color:#000; 
	font-size:12pt;
}
p.footer	{
	width:100%;
	font-size:10pt;
}
p.navtop	{
	display:none;
}
p.navtop_phone	{
	position:absolute;
	top:0;
	right:.25in;
	font-weight:bold;
}
ul	{
	font-family:"Times New Roman",Times,serif;
	color:#000;
	font-size:11pt;
}
ol {
	font-family:"Times New Roman",Times,serif; 
	color:#000; 
	font-size:11pt;
}
h1,h2,h3,h4,h5	{
	font-family:Arial,Helvetica,sans-serif; 
	color:#000;
}
h1 {
	font-size:18pt; 
}
h2 { 
	font-size:16pt; 
}
h3 { 
	font-size:14pt; 
}
h4 { 
	font-size:12pt;
}
a:link { 
	color:#930; 
	text-decoration: underline;
}
a:hover { 
	text-decoration: underline; 
	color:#993;
}
a:active { 
	text-decoration: underline; 
	color:#993; 
}
a:visited { 
	color:#930;
}
a:visited:hover {
	color:#993;
}
img.home	{
	padding-right:5px;
}
img.logo	{
	position:absolute;
	top:0;
	left:0;
	border:0;
}
img.top	{
	display:none;
}
img.top_right	{
	display:none;
}

.content	{
	padding:.25in;
}
#footer	{
	position:absolute;
	bottom:.25in;
	text-align:center;
}

#left	{
	display:none;
}
#middle	{
	position:absolute;
	top:1in;
	left:0;
	right:2.5in;
}
#right	{
	position:absolute;
	top:.75in;
	right:0;
	left:5in;
	border-left:1px solid #666;
}
-->