﻿body {
background-color: #ffffff;
font-size: 12px;
color:#564b47;  
text-align:left;
margin:0px;
padding:0px;
line-height:150%;
}

#box {
width:750px;
margin: 0px auto;
padding:0px;
text-align:left;
height:100%;
}

#head {
background:transparent url(images/backnav.gif) repeat;
width:748px;
}
#content {
width:676px;
padding:0px;
float:left;
background-color:#fff;
}
p {
     align:center;
     padding:2em;
     font: 400 12px arial;
     color:#010543;
}
.button
{
    border: 1px solid #000080;
    background-color: #E6F2FF;
}

a:link {color: #000000;text-decoration:none;}     /* unvisited link */
a:visited {color: #000000;;text-decoration:none;}  /* visited link */
a:hover{color: #003399;text-decoration: none;}   /* mouse over link */
a:active {color: #000000;text-decoration:none;}   /* selected link */

.title
{
    font-weight: bold;
    background-color: #000066;
    color: #FFFFFF;
}

div
{ 
     padding:2px;
     font: 400 12px arial;
     color:#010543;
     line-height:150%;


}
    
.td
{
    border: 1px dotted #808080;
}

