/* CSS Document */
BODY { font:12px arial,sans-serif; line-height:16px; margin:0; padding:0;}
div, td { font:12px arial,sans-serif; }
P { font-size: 12px; margin-left: 20px; margin-right: 20px; }
P.header { font-size: 14px; color: #990000; line-height:24px; font-weight: bold; }
td.footer { font-size: 9px; }




#coolmenu{
border: 1px solid #666699;
border-bottom-width: 0;
width: 190px;
background-color: white;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 170px;
}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 190px;
color: #990000;
text-decoration: none;
border-bottom: 1px solid #666699;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #666699;
color: white;
}


