BODY {

background-color : #FFFFFF;

font-family : verdana,arial,helvetica,sans-serif;

font-size : 9pt;

margin-left: 5px;

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

}



/* this group sets the normal link colors */

A:LINK {

color : #FFFFFF;

text-decoration: none;

font-weight: bold;

}

A:VISITED {

color : #FFFFFF;

text-decoration : none;

font-weight: bold;

}

A:HOVER {

color : #FF0000;

font-weight: bold;

}

A:ACTIVE {

color : #FFFF00;

text-decoration : none;

font-weight: bold;

}



/* this group sets the text on the page content panel */


.text {

font-family : Verdana, Arial, sans-serif;

font-size: 9pt;

text-align: left;

padding-top: 5px;

padding-right: 5px;

padding-bottom: 0px;

color: #000080;


}


/* this group sets the text on the left navigation panel */

.left {

font-size: 9pt;

color: #000080;

font-family : Verdana, Arial, sans-serif;

text-align: left;


}