table        { font-family: Verdana; font-size: 10pt; color: #003399 }
h1           { font-family: Lucida Sans Unicode; font-size:12pt; color:#663399 }
h2           { font-family: Lucida Sans Unicode; font-size:11pt; color:#003399 }
a            { text-decoration: none; color: #003399; font-weight: bold; }
a:visited    { text-decoration: none; color: #003399; font-weight: bold; }
a:hover      { text-decoration: none; color: #599bff; font-weight: bold; }

.buttonscontainer {width: 170px;}
.buttons a {color: #003399;
background-color: #ffffff;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 3px solid #CACAFF;
font: 13px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover 
{background-color: #eaf4ff; 
border-bottom: 3px solid #003fc1;
color: #599bff; 
text-decoration: none;}

.pad {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}