/* settings */
html {
    width:100%;
    height:100%;
}
body {
    width:100%;
    height:100%;
    background-color: #6699cc;
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    color:#000;
}
h1 {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    font-size:18px;
}
h2 {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    font-size:16px;
    color:#FFF;
}
h3 {
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 10px;
    font-size:16px;
    color:#000;
}
table, tr, td {
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    color:#000;
}
.front-tb {
    height:400px;
    background-image:url(images/front-tb-bg.jpg);
}
.nav-bg {
    width:970px;
    height:46px;
    background-image:url(images/nav-bg.jpg);
    background-repeat:no-repeat;
}
.nav-inner {
    margin-top:0px;
    padding-bottom:10px;
}
.top-crv-bg {
    width:970px;
    height:60px;
    background-image:url(images/top-crv.jpg);
    background-repeat:no-repeat;
}
.bot-nav-bg {
    width:970px;
    height:46px;
    background-image:url(images/bottom-crv.jpg);
    background-repeat:no-repeat;
}
.bot-nav-inner {
    margin-top:0px;
    padding-bottom:10px;
}
a:link {
    color:#435F78;
    text-decoration:underline;
}
a:visited {
    color:#435F78;
    text-decoration:underline;
}
a:active {
    color:#435F78;
    text-decoration:underline;
}
a:hover {
    color:#ff0000;
    text-decoration:underline;
}
.btable {
    background-color:#FFF;
}
.mborder {
    border:solid #435f78 1px;
}
.yborder {
    border:solid #C0C0C0 1px;
}
.font1 {
	font-size: 12px;
}
.font2 {
    font-size: 10px;
    color: #000000;
}
.font3 {
    font-weight: bold;
}
.font4 {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
.error {
    color: #FF0000;
    font-weight: bold;
}
.rowbg0 {
   background-color: #004A80;
}
.rowbg1 {
    background-color: #0071BC;
}
a.topnav:link {
    font-size: 13px;
    font-weight: bold;
    color:#435F78;
    text-decoration:none;
}
a.topnav:visited {
    font-size: 13px;
    font-weight: bold;
    color:#435F78;
    text-decoration:none;
}
a.topnav:active {
    font-size: 13px;
    font-weight: bold;
    color:#435F78;
    text-decoration:none;
}
a.topnav:hover {
    font-size: 13px;
    font-weight: bold;
    text-decoration:underline;
    color:#000;
}
a.botnav:link {
    font-size: 11px;
    color:#435F78;
    text-decoration:none;
}
a.botnav:visited {
    font-size: 11px;
    color:#435F78;
    text-decoration:none;
}
a.botnav:active {
    font-size: 11px;
    color:#435F78;
    text-decoration:none;
}
a.botnav:hover {
    font-size: 11px;
    text-decoration:underline;
    color:#000;
}
-->
