html, body {height:100%}
body, td {
    font-family: Verdana, Arial, helvetica, sans-serif;
 	font-size: 11px;
 	color: #333333;
}
/*A:LINK {
color : 333333;
text-decoration: none
} 
A:VISITED {
color : 333333;
text-decoration: none
} 
A:HOVER {
color : 333333;
text-decoration : underline;
} 
A:ACTIVE {
color : 333333;
text-decoration: underline
}*/
.category{
  	font-family: Verdana, Arial, helvetica, sans-serif;
 	font-size: 11px;
	font-weight: bold;
 	color: #990000;
}
A.category:link {color:#990000; text-decoration:none;}
A.category:visited {color:#990000; text-decoration:none;}
A.category:active {color:#990000; text-decoration:none;}
A.category:hover {color:#990000; text-decoration:underline; size:11px; }
.subcategory{
	font-family: Verdana, Arial, helvetica, sans-serif;
 	font-size: 11px;
	/*color: #666666;*/
}
A.subcategory:link {color:#000000; text-decoration:none;}
A.subcategory:visited {color:#000000; text-decoration:none;}
A.subcategory:active {color:#000000; text-decoration:none;}
A.subcategory:hover {color:#000000; text-decoration:underline; size:11px; }

.subcategory2{
	font-family: Verdana, Arial, helvetica, sans-serif;
 	font-size: 11px;
 	font-weight: bold;
	/*color: #666666;*/
}
A.subcategory2:link {color:#FFFFFF; text-decoration:none;}
A.subcategory2:visited {color:#FFFFFF; text-decoration:none;}
A.subcategory2:active {color:#FFFFFF; text-decoration:none;}
A.subcategory2:hover {color:#FFFFFF; text-decoration:underline; size:11px; }

.content{
	font-family: Verdana, Arial, helvetica, sans-serif;
 	font-size: 11px;
	color: #333333;
}
A.content:link {color:#333333; text-decoration:underline;}
A.content:visited {color:#333333; text-decoration:underline;}
A.content:active {color:#333333; text-decoration:underline;}
A.content:hover {color:#FFFFFF; text-decoration:none; background:#CCCCCC; size:11px; }

.editor{
  	font-family: Verdana, Arial, helvetica, sans-serif;
 	font-size: 11px;
	font-weight: bold;
 	color: #333333;
}
A.editor:link {color:#333333; text-decoration:underline;}
A.editor:visited {color:#333333; text-decoration:underline;}
A.editor:active {color:#333333; text-decoration:underline;}
A.editor:hover {color:#333333; text-decoration:underline; size:11px; }


