/* For the body */

BODY { background: FFFFFF;
       background-repeat: repeat-x ! important;
       font-size: -2pt;
       font-family: serif, arial, verdana; 
       font-style: normal; font-size: -3pt
     }

H1 { text-transform: uppercase; font-family: serif }
H2 { text-transform: capitalize; font-family: verdana; }

img {borders: none;}

H3, H4, H5, H6 { text-align:left;
  color: black;
  font-family: verdana }

H6.color {color:#663366;}

A:link { text-decoration: none; color: #FFFFFF; font-size: -3pt;}
A:visited { text-decoration: none; color: #FFFFFF; font-size: -3pt;}
A:hover { text-decoration: none; color: #663366; font-size: -3pt;}
A:active  { text-decoration: none; color: #663366; font-size: -3pt;}


table.main {width:600; border:1; cellpadding:0; cellspacing:0; background-color: white}

P { font-family: serif, verdana, arial; 
    font-style: normal; font-size: 9pt }

p.heading { text-transform: uppercase; font-family: serif; font-size: -2pt }

P.bottom {font-family: serif, verdana, arial;
	font-style: normal; font-size: -2pt; color: white; }

LI.square { list-style-type: square }


UL.plain  { list-style-type: none }


OL        { list-style-type: upper-alpha }  /* A B C D E etc. */
OL OL     { list-style-type: decimal }      /* 1 2 3 4 5 etc. */
OL OL OL  { list-style-type: lower-roman }  /* i ii iii iv v etc. */


/* For Head Navigation */

a.navbar {align:right}
td.navbar {background-color: FFFFFF}


