all {
	font-family : verdana, arial, sans-serif;
}
A:link {
        color : #000080;
        text-decoration : underline;
}
A:visited {
        color : #000080;
        text-decoration : underline;
}
A:hover {
        color : #000080;
        text-decoration : underline;
}
BODY {
        background-color : #dfdfdf;
}
TABLE.MAINTABLE {
        height : 100%;
        width : 100%;
        border : 0;
        background-color : #000080;
}
TABLE.LOGO {
        background-color : #000080;
        border : 0;
        width : 100%;  
}
TD.NAV {
        background-color : #9f9f9f;
        width : 15%;
}
TD.NAVOff {
        font-family : verdana, arial, sans-serif;
        font-size : 11px;
        font-weight : bold;
        background-color : #9f9f9f;
}
TD.NAVOff A:link, TD.NAVOff A:visited {
        color : #000080;
        text-decoration : none;
}
TD.NAVOff A:hover {
        color : #dfdfdf;
        text-decoration : none;
}
TD.NAVOn {
        font-family : verdana, arial, sans-serif;
        font-size : 11px;
        font-weight : bold;
        color : #000080;
        background-color : #dfdfdf;
}
TD.NAVLabel {
        font-family : verdana, arial, sans-serif;
        font-size : 11px;
        font-weight : bold;
        color : #dfdfdf;
        background-color : #000080;
}
TD.TXT {
        width : 85%;
        background-color : #ffffff;
}
.TXTBody {
        font-family : verdana, arial, sans-serif;
        font-size : 11px;
        font-weight : normal;
        color : #333333;
}
.TXTHeadline {
        font-family : verdana, arial, sans-serif;
        font-size : 20px;
        font-weight : bold;
        color : #000080;
}
.TXTSubHead {
        font-family : verdana, arial, sans-serif;
        font-size : 13px;
        font-weight : bold;
        color : #000080;
}
.TXTDate {
        font-family : verdana, arial, sans-serif;
        font-size : 10px;
        font-weight : normal;
        color : #dfdfdf;
}