a {
    font-size: 12px;
    font-family: Verdana,Helvetica,sans-serif;
} 
a:link, a:visited, a:active {color: #000;}
a:hover {color: #009;}  
body {
    background: #03B;
    color: #000;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/* Menu */
a.menu, a.menu:link, a.menu:visited, a.menu:active {
    color: #FFF;
    float: left;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    padding: 4px 6px;
    text-decoration: none;
}
.menu_back {
    color: #FFF;
    height: 20px;
    float: right;
}
a.menu:hover {
    color: #FC3;
}
img {
    border: 0;
}

.header {
    text-decoration: underline;
    font-weight: bold;
}

/*** White round box ***/
.rbtl, .rbtr, .rbbl, .rbbr, .mm {
    height: 10px;
    line-height: 10px;
}
/* Round box corners*/
.mm { margin: 0 10px; }
.bm {
    height: 434px;
    overflow: auto;
    padding: 10px 20px;
    text-align: justify;
}
.rbtr, .rbtr {margin: 0;}
/*** End ***/

.frame_left, .frame_right {
    height: 148px;
    width: 99px;
}
.framed_thumb {
    height: 145px;
    width: 96px;
}

/*** Top/Bottom Bars ***/
.t1, .b1 {
    background: url(/images/header.png);
    height: 80px;
}
