body.bodyStyle{
    text-align: center;
    background-color: #dcdccc;
}

table.topTable{
    margin-top: 10px;
}

table.menuButtons{
    margin-top: -9px;
    background-color:#c9c9b2;
}

table.dateBadge{
    margin-top: 20px;
    width: 650px;
    text-align: center;
}



table.note{
}

table.link{
    width: 650px;
    background-image: url(images/background/note.gif);
    text-align: left;
}

a img{
    border: none;
}


a:hover{
        color: #a05f56;
}



div.date{
    display: block;
    width:100px;
    height: 22px;
    
    padding-top:4px;
    margin-top: 10px;
    margin-left: 10px;
    
    background-image:url(images/background/date.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size:11px;
    text-align: center;
}


div.date2{
    display: block;
    width:100px;
    height: 22px;
    
    padding-top:4px;
    margin-top: 10px;
    margin-left: 10px;
    
    background-image:url(images/background/date2.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size:11px;
    text-align: center;
}


div.goToArchive{ 
    display: block;
    width: 100px;
    height: 22px;
    
    padding-top:4px;
    margin-top: 10px;
    
    background-image:url(images/background/goToArchive.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size:11px;
    text-align: center;
 }


div.note{
    margin-top: -10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    text-align: left;
    text-indent: 1em;
    color: #414141;
}

div.wVoice{
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-indent: -1em;

    color:#ae3733;
}

div.mVoice{
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-indent: -1em;

    color:#214888;
}


p.linkComment{
    margin-bottom: 5px;
    font-size: 11px;
    color: #727165;
}


div.end{
    margin-top: 10px;
    padding-top: 7px;
    width: 650px;
    height: 30px;
    
    background-image: url(images/background/end.gif);
    background-repeat: no-repeat;

    font-size: 10px;
    text-align: center;
    color: #727165;
}

div.talkNumber{
    color: #FFFFFF;
    padding-left: 10px;
}

div.talkComment{
    color: #a5b39f;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
}





