a:link       { color: #800000; text-decoration: none; font-weight: bold }
a:visited    { color: #808000; text-decoration: none; font-weight: bold }
a:active     { color: #FFFFFF; text-decoration: none; background-color: #000080 }
body         { font-family: Verdana; color: #000000; font-size: 10pt }
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6 { font-family: Verdana }
h1           { color: #006666; font-weight:bold }
h2
{
	color: #006666;font-weight:bold 
}
h3
{
	color: #996633;font-weight:bold 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}
    
body.menuitem { font-family: Verdana; font-size: 10pt }

.small {font-family: Verdana; font-size: 10px}
.normal {font-family: Verdana; font-size: 12px}
ul.red { line-height: 12px; font: normal 11px; list-style: square url("../images/red-triangle.gif"); }

ul.red2 { line-height: 18px; font: normal 14px; list-style: square url("../images/red-triangle.gif"); }


.medium { font-family: Verdana; 
               font-size: 12px;
               background-color: #FFFFFF; 
               color: #003366; 
               margin-top: 0px;
               margin-left: 0px
               }