/* CSS Document */

body { color: #333333; 
       background: #99CCFF;
       margin-left: 2%; 
       margin-right: 2%; 
       line-height: 15pt}

p, li { color: #333333; 
       font-family: Georgia, Times New Roman, Times, serif; 
	   font-size: 9pt;
       line-height: 15pt}
       
:link    {color: #330033; text-decoration: underline }
:visited {color: #660033; text-decoration: underline }
:active  {color: #990033; text-decoration: none }
:hover   {color: #990033; text-decoration: none }

hr { height: 1px; color: #333333; }

.greybg1  {background: #666666 }
.greybg2  {background: #cccccc }
.bluebg   {background: #000066 }
.redbg    {background: #660033 }
.whitebg  {background: #ffffff }
.pagehead {font-family: Georgia, Times New Roman, Times, serif; color: #ffcc00; font-size: 30pt; line-height: 35pt }
.menu     {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.white    {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #ffffff; }
.home     {color: #ffff99; }
