/* Table Cell background colors, uses the TD alternate to work in Netscape 4.X */
.blackCell,TD.blackCell{background-color:#000000;}
.darkgrayCell,TD.darkgrayCell{background-color:#CCCCCC;}
.lightgrayCell,TD.lightgrayCell{background-color:#ffffcc;}
.lightyellowCell,TD.lightyellowCell{background-color:#ffffcc;}

/* Anchor tag styles */
a:link{color:#3366cc;}
a:visited{color:#3366cc;}
a:hover{color:#cc0000;}

/* Alt-N Menu */
#MainNav ul.drop2 li, #MainNav ul.drop li { text-align: left; }

/* Top Left menu */
.leftMenuTop{font-family:tahoma;font-weight:bold;}
.leftMenuTop:hover{font-weight:bold;color:#cc0000;}
.leftMenuSub{text-decoration:none;}

/* Left hand menu */
.leftMenu{}
.leftMenu:hover{color:#cc0000;}

/* Lower left menu */
.leftMenuSmall{font-size:8pt;}
.leftMenuSmall:hover{font-size:8pt;color:#cc0000;}
.leftMenuSmallBottom{font-size:8pt;position:absolute;bottom:0px;}
.leftMenuSmallBottom:hover{font-size:8pt;position:absolute;bottom:0px;color:#cc0000;}

/* Headings*/
.mainHeading{font-size:12pt;font-weight:bold}
.subHeading{font-size:10pt;font-weight:bold}
.productHeading{font-size:12pt;font-weight:bold;color:#cc0000;}

/* Page Titles*/
.title{font-size:14pt;font-weight:bold;}

/* if there are lists on the page, then do this: */
ul{list-style-type:disc;}
ol{list-style-type:decimal;}



