/* CSS Document */
body{
text-align: center;
height: 100%;
padding: 0px;
margin: 0px;
}
div.main_formatting{
text-align: left;
margin: auto;
max-width: 762px;
padding: 0px 8px 8px 8px;
}
div.top_bar{
background: transparent url('http://www.edoptions.com/error/img/top_bar.gif') no-repeat 0px;
height: 21px;
margin: 0;
font-size: 1px;
}
div.main_body{
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
color: #666666;
border-left: 1px dotted #666666;
border-right: 1px dotted #666666;
border-bottom: 1px dotted #666666;
padding: 8px;
}
img.logo{
margin: 4px;
}
a:link, a:visited, a:active{
color: #6EBB1F;
text-decoration: none;
}
a:hover{
color: #6EBB1F;
text-decoration: underline;
}