a:link { 
    color:#16259D;
    text-decoration:none;
}

a:visited {
    color:#16259D;
    text-decoration:none;
}

a:hover {
    color:#B41114;
    text-decoration:underline;
}

a:active {
    color:#B41114;
    text-decoration:underline;
}

a.box:link { 
    color:white;
    font-weight: bold;
    text-decoration:none;
}

a.box:visited {
    color:white;
    font-weight: bold;
    text-decoration:none;
}

a.box:hover {
    color:#093759;
    font-weight: bold;
    text-decoration:underline;
}

a.box:active {
    color:#093759;
    font-weight: bold;
    text-decoration:underline;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

td {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

table.box {
    border-spacing: 0px;
}

td.box_head {
    background:#55a4dc;
    height:21px;
    vertical-align:middle;
    padding-left:12px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border-top-right-raduius: 5px;
    border-top-left-raduius: 5px;
}

td.box_content {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding:12px;
    width:48%;
    vertical-align: top;
    text-align: left;
    border-bottom:1px solid #55a4dc;
    border-right:1px solid #55a4dc;
    border-left:1px solid #55a4dc;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

h2 {
        font-size: 16px;
        color: #093759;
}


h3 {
        font-size: 14px;
        color: #57a3db;
}

.pageitem {
    margin-left:10px;
}

.menubar {
    overflow: hidden;
    height: 25px;
    border-bottom: 1px solid white;
    position:absolute;
    top:35px;
}

.menubar ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 650px;
    font: bold 13px Arial;
    background: #093759;
}

.menubar ul li{
    display: inline;
}

.menubar ul li a{
    float: left;
    color: white;
    padding: 5px 11px;
    text-decoration: none;
}

.menubar ul li a:visited{
    color: white;
}

.menubar ul li a:hover, .menubar ul li { /*background of main menu bar links onMouseover*/
    color: white;
    background: #55a4dc;
}

.menubar_sub {
    overflow: hidden;
    height: 25px;
    left:50px;
    border-top: 1px solid white;
    position:absolute;
    top:60px;
}

.menubar_sub ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 650px;
    font: 13px Arial;
    background: #093759;
}

.menubar_sub ul li{
    display: inline;
}

.menubar_sub ul li a{
    float: left;
    color: white;
    padding: 5px 11px;
    text-decoration: none;
}

.menubar_sub ul li a:visited{
    color: white;
}

.menubar_sub ul li a:hover, .menubar ul li { /*background of main menu bar links onMouseover*/
    color: white;
    background: #55a4dc;
}

table.blind {
    width:100%;
    border:0px;
    margin:0px;
    padding:0px;
}

table.blind td {
    vertical-align: top;
    text-align:left;
}
