
/*category styles*/
td.category {color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; padding-left: 4;}

/*subcategory styles*/
td.subcat {font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding-left: 4; padding-top: 2;}
a.subcat:link {color: #336699; font-weight: none; font-size: 12px; text-decoration: none;}
a.subcat:visited {color: #336699; font-weight: none; font-size: 12px; text-decoration: none;}
a.subcat:active {color: #336699; font-weight: none; font-size: 12px; text-decoration: underline;}
a.subcat:hover {color: #336699; font-weight: none; font-size: 12px; text-decoration: underline;}

/*line styles*/
td.line {background-color: #2F4687;}
