body, p, td {font-family: 'MS Sans Serif',sans-serif;
font-size: 10pt; color: #333333;}

.ul,li {font-size: 8pt; color:#363636;}

.blue {font-size: 9pt; color:#2b5279; }
.blueit {font-size: 10pt; color: #5880b4;}

.dblue {font-family:'Tahoma',sans-serif; font-size: 12pt; color: #2b5279; font-weight: bold;}
.dblueit {font-family:'Tahoma',sans-serif; font-size:14pt; color: #2b5279; font-weight: bold;}


.title {font-size: 15pt; color: #00008B; font-weight: bold; font-case: uppercase;}
.white {font-size: 10pt; color: #f3f5dd;}

a {font-family: 'MS Sans Serif',sans-serif;
font-size: 10pt; color: #2b5279 ; text-decoration: none;}
a:visited {color: #2b5279 ;}
a:hover {text-decoration: underline; color: #5880b4;}

a.main {font-family: 'MS Sans Serif',sans-serif;
font-size: 12pt; color: #2b5279 ; text-decoration: none; }
a:visited.main {color: #2b5279 ;}
a:hover.main {text-decoration: underline; color: #5880b4 ;}

a.menu {
        font-family: 'Tahoma',sans-serif;
        font-size: 10pt;
        color: #2b5279;
        text-decoration: none;
        font-weight: 600;
}
a:visited.menu {
        color: #2b5279;
        font-weight: 600;
}
a:hover.menu {
        color: #f3f5dd;
        text-decoration: none;
        font-weight: 600;
}

a.bluelink {font-family: 'MS Sans Serif',sans-serif;
font-size: 9pt; color:#2b5279; text-decoration: none;}
a:visited.bluelink {color: #2b5279;}
a:hover.bluelink {text-decoration: underline; color: #5880b4;}

a.wh {font-family: 'MS Sans Serif',sans-serif;
font-size: 9pt; color: #f3f5dd; text-decoration: none;}
a:visited.wh {color: #f3f5dd;}
a:hover.wh {text-decoration: underline; color: #f3f5dd;}

a.sm {font-family: 'MS Sans Serif',sans-serif;
font-size: 10pt; color: #5880b4; text-decoration: underline;}
a:visited.sm {color: #5880b4;}
a:hover.sm {color: #2b5279;}

td.bg {background-repeat: no-repeat;}

pre{
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}