﻿body 
{
    margin:0px 10px 10px 10px;
}
.accHead
{
    width:500px;
    cursor:pointer;
    cursor:hand;
    color:gray;
    border-bottom:solid 2px #ff9900;
    padding-top:10px;
} 
.accHead a
{
    text-decoration:none;
    color:gray;
}
.accContent
{
    width:488px;
    border: dotted 1px #D8D8D8 ;
    background-color:#F0F0F0;
    padding: 5px 5px 5px 5px;
    text-align:center;
}
.accContent a
{
    text-decoration:none;
    color:gray;
}
.title
{
    font-size:xx-large;
    color:#D8D8D8;
    font:georgia;
    float:right;
}
.row1
{
    margin:0px 0px 2px 0px;
}
.row2
{
    margin:3px 0px 0px 0px;
}
.row3
{
    text-align:right;
    margin:0px 0px 0px 0px;
}
.pics
{
    width:90px;
    height:67px;
    overflow:hidden;
    padding: 0px 2px 0px 2px;
}
.footer
{
    font-size: x-small;
    position:absolute;
    text-align:right;
    bottom:20px;
    right:10px;
    color:Gray;
} 
.footer a
{
    font-size: x-small;
    color:Gray;
}   
    
