body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #cccccc font-weight: bold}
 

.font1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #000000}
.font2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #000000; font-weight: bold}
.font2blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold}
.font2g { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #cccccc; font-weight: bold}
.font3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #000000; font-weight: bold}
.font4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #cccccc; font-weight: bold}
.font4w { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #ffffff; font-weight: bold}
.font4i { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #cccccc; font-style: italic; font-weight: bold}
.font5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #cccccc; font-weight: bold}
.font5black { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: normal}
.font5w { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #ffffff; font-weight: bold}
.font6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #cccccc; font-weight: bold}
.font6w { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #ffffff; font-weight: bold}
.font6blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold}
.font6i { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #cccccc; font-style: italic; font-weight: bold}
.font7 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold}
.font9blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; font-weight: bold}


 td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #cccccc; font-weight: bold}
 th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #cccccc; font-weight: bold}

 img.right { float: right; }
 img.left { float: left; }

 a:hover{text-decoration:underline; color:white}
 a.black {text-decoration:underline; color:black}
 a.black:hover{text-decoration:none; color:white; background:black}
 a.black_plain {text-decoration:underline; color:black}
 a.black_plain:hover{text-decoration:underline; color:red}
 a.white {text-decoration:none; color:#ffffff}
 a.white:hover{text-decoration:none; color:ffffff}
 a.gray {text-decoration:underline; color:#cccccc}
 a.gray:hover{text-decoration:none; color:black; background:#cccccc}
 a.gray_plain {text-decoration:none; color:#cccccc}
 a.gray_plain:hover{text-decoration:none; color:black; background:#cccccc}
 a.sortheader {text-decoration:none; color:black; background:#cccccc}
 a.sortheader:hover{text-decoration:none; color:black; background:#cccccc}
 
 
 .menu{
 width: 200px; /*width of menu*/
 }
 
 .menu .headerbar{
 font: bold 13px Verdana;
 color: white;
 background: #d747b3;
 margin-top: 0; /*top spacing between header and rest of content*/
 margin-bottom: 3; /*bottom spacing between header and rest of content*/
 padding: 4px 0 3px 6px; /*6px is left indentation of header text*/
 }
 
 .menu .headerbar:hover{ /*hover state CSS*/
 color: white;
 background: #858585;
 text-decoration: none;
 }
 
 .menu ul{
 list-style-type: none;
 margin: 0;
 padding: 0;
 margin-top: 0; /*top spacing between each UL and rest of content*/
 margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
 }
 
 .menu ul li{
 padding-bottom: 3px; /*bottom spacing between menu items*/
 }
 
 .menu ul li a{
 font: bold 13px Verdana;
 color: #000000;
 background: #ededed;
 display: block;
 padding: 4px 0;
 line-height: 14px;
 padding-left: 6px;
 padding-bottom: 4px;
 text-decoration: none;
 }
 
 .menu ul li a:visited{
 color: #000000;
 }
 
 .menu ul li a:visited{ /*hover state CSS*/
 color: #000000;
 background: #ededed;
 text-decoration: none;
 }
 
 .menu ul li a:hover{ /*hover state CSS*/
 color: white;
 background: #858585;
 text-decoration: none;
 }
 
 
 .menu_sub{
 width: 200px; /*width of menu*/
 }
 
 .menu_sub .headerbar{
 font: bold 10px Verdana;
 color: white;
 background: #858585;
 margin-top: 0; /*top spacing between header and rest of content*/
 margin-bottom: 3; /*bottom spacing between header and rest of content*/
 padding: 4px 0 4px 12px; /*12px is left indentation of header text*/
 }
 
 .menu_sub ul{
 list-style-type: none;
 margin: 0;
 padding: 0;
 margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
 }
 
 .menu_sub ul li{
 padding-bottom: 3px; /*bottom spacing between menu items*/
 }
 
 .menu_sub ul li a{
 font: bold 10px Verdana;
 color: #000000;
 background: #ededed;
 display: block;
 padding: 3px 0;
 line-height: 12px;
 padding-left: 12px; /*link text is indented 12px*/
 padding-bottom: 5px;
 text-decoration: none;
 }
 
 .menu_sub ul li a:visited{
 color: #000000;
 }
 
 .menu_sub ul li a:visited{ /*hover state CSS*/
 color: #000000;
 background: #ededed;
 text-decoration: none;
 }
 
 .menu_sub ul li a:hover{ /*hover state CSS*/
 color: white;
 background: #858585;
 text-decoration: none;
 }
 

