body{
    font-size:10pt;
    line-height:12pt;
    background-image:url(img/sky.jpg);
    background-attachment:fixed; background-repeat:repeat-y;
    background-position:left;
    background-color:#ffffff;
    font-family:'ms gothic';
    scrollbar-face-color: #FFFFFF;
    scrollbar-base-color:#FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color:#000000;
    scrollbar-3dlight-color:#cccccc;
    scrollbar-arrow-color:#cccccc;
    scrollbar-track-color: #FFFFFF;
    scrollbar-darkshadow-color:#00CCFF;
    margin-left:210px;
}
img{
    border-style: none;
}
td{
    font-size:10pt;
    line-height:12pt;
}
a{
    text-decoration:none;
}
a:hover{
    color:#3399ff;
    text-decoration:underline;
}
.td{
    border:1px solid #3399ff;
    width:80%;
}
hr{
    color=3399ff;
    height=1px;
}