/* simplemodal popup on index page */
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#7BA1C1; border:8px solid #444; padding:12px;}
#simplemodal-container a.modalCloseImg {
    background:url(/images/x.png) no-repeat; /* adjust url as required */
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-18px;
    cursor:pointer;
}
#simplemodal-data {
    color: white;
}

@charset "UTF-8";

Table {font-family: verdana;}

TD {color: black; font-size: 13px;}

SPAN.wel {font-size: 15px; font-weight: bold;}

TD.nav {color: #0e5daa; font-family: verdana; font-size: 10px; font-weight: bold;}

A.botnav {color: #3e7dbb; font-family: verdana; font-size: 10px; text-align: left; font-weight: bold; text-decoration: none;}
A:hover.botnav {color: #3e7dbb; font-family: verdana; font-size: 10px; text-align: left; font-weight: bold; text-decoration: underline;}

TD.copy {color: #4c4c4c; font-family: verdana; font-size: 9px; }

TD.copy2 {color: black; font-family: verdana; font-size: 11px; padding-left: 7px;}

TD.copy3 {color: black; font-family: verdana; font-size: 13px; text-align: left;}

TD.mission {color: white; font-family: arial; font-size: 17px; line-height: 33px; text-align: center; letter-spacing: 2px; font-style: italic; font-weight: bold;}

TD.rightboxh {color: white; font-family: arial; font-size: 11px; font-weight: bold; letter-spacing: 3px; text-align: left;}

TD.leftboxh {color: #0e5daa; font-family: arial; font-size: 11px; font-weight: bold; letter-spacing: 3px; text-align: left;}

.floatright
{
float: right;
margin: 0 0 10px 10px;
padding: 2px;
}