body {
    background-color : #dacfbf;
    margin-left : 30px;
    margin-right : 30px;
    margin-top : 30px;
}

div.margins {
   position : absolute;
   top   : 30px;
   left  : 30px;
   right : 30px;
}

img.title {
   padding-bottom : 10px;
}

p.frame {
   background-color : #ffffff;
   padding : 10px 10px 10px 10px;
}

td.frame {
   background-color : #ffffff;
} 

.frame img {
   padding : 10px 10px 10px 10px;
}

table.splash {
   width : 700px;
}

p {
    padding-top : 10px;
    font-family : Verdana, Arial, Helvetica, SansSerif;
    font-size   : 10pt;
    line-height : 12pt;
    color       : #000000;
} 

td.divider {
    background-color : #ffffff;
    height : 1px;
    width : 100%;
}
    
p.footer {
    padding-top : 5px;
    font-size : 12px;
}

.nav {
    padding-top : 5px;
    font-size   : 10pt;
    font-weight : bold;
}

.footer a, .nav a {
    text-decoration : none;
}

.footer a:hover, .nav a:hover {
    text-decoration : underline;
}    

img.frame {
    border : 10px solid #ffffff;
}











