/* Cascading Style Sheet for All */

/* Set BODY margins backgroundcolor font align */
BODY {margin-left: 0; margin-top: 0; background-color: #999999; font-family: arial, sans-serif, times new roman; text-align: left}

/* Set TR and TD backgroundcolors */
TR.topcolor {background-color: beige}

TR.barcolor {background-color: #003366}

TD.leftcolor {background-color: white}

TD.centercolor {background-color: beige}

TD.rightcolor {background-color: white}

/* Set A three link states color, bold in this class */
A.colors:link {color: white; font-weight: bold; font-size: 11pt}
A.colors:active {color: white; font-weight: bold; font-size: 11pt}
A.colors:visited {color: beige; font-weight: bold; font-size: 11pt}

/* Set P fontsize font align */
P {font-size: 10pt; font-family: arial, sans-serif, times new roman; text-align: left}

/* Set UL fontsize */
UL {font-size: 9pt}

