@charset "utf-8";
/* CSS Document */
body {
font: 11pt Verdana, Arial, sans-serif;
background-color: #999797;
color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; 
}
a:link {
		font-size: 12px;
		color: #0d5467;
		text-decoration: underline; }
a:visited {
		font-size: 12px;
		color: #0d5467; 
		text-decoration: underline; }
a:hover {
		font-size: 12px;
		color: #D77536;
		text-decoration: none; }
a.two:link  { 
		font-size: 10px;
		color: #0d5467;
		text-decoration: underline; }
a.two:visited { 
		font-size: 10px;
		color: #0d5467;
		text-decoration: underline; }
a.two:hover { 
		font-size: 10px;
		color: #D77536; 
		text-decoration: none; }

div.container
{
width:784px;
margin:0px auto;
border:1px #1994b6;
line-height:105%;
}
div.header
{
padding:0em;
color:black;
background-color:#1994b6;
clear:left;
font-size:10px;
}
div.footer
{
border-top:0px;
border-right:1px #1994b6 solid;
border-bottom:1px #1994b6 solid;
border-left:1px #1994b6 solid;
padding:6px;
color:black;
background-color:white;
clear:left;
font-size:9px;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:742px;
margin:0;
padding:1em;
}
div.content
{
background-color:#FFFFFF;
margin-left:0px;
border:1px solid #1994b6;
padding:4px;
}
table.two
{
table-layout: auto;
}
table.prod
{
table-layout: auto;
padding:2px;
background-color:#ffffff;
border-bottom:ridge;
border-bottom-color:#1994b6;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:150%;
}