body {
 font-family: verdana, arial, helvetica;
 font-size: 9px;
 font-weight: normal;
 color: #7d7d7d;
}

a:link { color: #000000 }
a:active { color: #000000 }
a:visited { color: #000000 }
a:hover { color: #0052ab }

.nav {
 font-family:  arial, verdana, helvetica;
 font-size: 12px;
 font-weight: bold;
 text-align: right;
 color: #808080;
 height: 28px;
 width: 193px;
 display: block;
 padding: 8px 20px 0px 0px;
}

a.nav:link { color: #808080; text-decoration: none; }
a.nav:active { color: #808080; text-decoration: none; }
a.nav:visited { color: #808080; text-decoration: none; }
a.nav:hover { color: #0052ab; text-decoration: none; }

.nav_bg {
 background-image: url("images/nav_bg.gif");
 background: url("images/nav_bg.gif") no-repeat fixed top right;
}

.content_bg {
 background: url("images/content_bg.jpg") no-repeat fixed top left;
}

.head {
 font-family: arial, verdana, helvetica;
 font-size: 17px;
 font-weight: normal;
 color: #000000;
}

.txt {
 font-family: arial, verdana, helvetica;
 font-size: 12px;
 font-weight: normal;
 color: #7d7d7d;
}

.stxt {
 font-family: arial, verdana, helvetica;
 font-size: 11px;
 font-weight: normal;
 color: #7d7d7d;
}

.frm {
 background: #d7d7d7;
 font-family: arial, verdana, helvetica;
 font-size: 13px;
 color: #7d7d7d;
 scrollbar-face-color: #d7d7d7;
 scrollbar-base-color: #d7d7d7;
 scrollbar-arrow-color: #0052ab;
 scrollbar-highlight-color: #d7d7d7;
 scrollbar-3d-light-color: #d7d7d7;
 scrollbar-shadow-color: #d7d7d7;
 scrollbar-dark-shadow-color: #d7d7d7;
 border: 1px solid #868686;
}