/* CSS Document */
A.mm, A:link.mm, A:visited.mm, A:active.mm{
 text-decoration: none;
 font-family: arial;
 font-size: 10px;
 font-weight: bold;
 color: #5D7EA2;

}


A:hover.mm{
 color: red;

}

 A.mm2{
 text-decoration: none;
 font-family: arial;
 font-style: italic;
 font-size: 10px;
 //font-weight: bold;
 color: #999999;

}
.mm3
{
 background-color: #E6EFFE;

}

.mm3 td{

 vertical-align: Bottom;
}

BODY
{
 background-color: #BCC7DB;
}