
/* global */

body { 
    background: #ffffff; 
    margin: auto;
    width: 596px;
}

td,p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 1.5em;
    color: #333333;
}


a, a:link, a:active, a:visited {
    font-size: 11px;
    color: #333333;
    text-decoration: underline;
}

a:hover {
    font-size: 11px;
    color: #333333;
    text-decoration: underline;
}

font {
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

.submenu {
    font-size: 9px;
    color: #333333;
}

.select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.suborange {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF6600;
}

.orangetxt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF6600;
}

.sublink {
    font-size: 10px;
    font-weight: bold;
    color: #333333;
}

.checkbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 1.5em;
    color: #333333;
}

.border {
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;
    border-left-color: #333333;
}


/* content styles */

hr {
    height: 1px;
    color: #cccccc;
    width: 100%;
    text-align: center;
    /*border-bottom: 2px dotted #c0c0c0;*/
}


/* table rows styles */

tr.head {background: #CCCCCC;}
tr.dark {background: #E1E1E1;}
tr.light {background: #F0F0F0;}
td.bold {font-weight: bold;}

