
/* Standard Link Style (Small) */
a:link.smalllink {
text-decoration : underline;
font-size : 10px; 
} 
a:visited.smalllink {
text-decoration : underline;
font-size : 10px; 
} 
a:active.smalllink {
text-decoration : underline;
font-size : 10px; 
} 
a:hover.smalllink {
text-decoration : underline;
font-size : 10px; 
} 

/* Font ID Classes */

#normal {
text-decoration : none; 
color : black; 
font-family : Tahoma; 
font-size : 11px; 
font-weight : bold; 
} 
#smallgrey {
text-decoration : none; 
color : #808080; 
font-family : Tahoma; 
font-size : 8pt; 
font-weight : none; 
}
#smallblack{
text-decoration : none; 
color : #000000; 
font-family : Tahoma; 
font-size : 8pt; 
font-weight : none; 
} 
#smallblackbold {
text-decoration : none; 
color : #000000; 
font-family : Tahoma; 
font-size : 8pt; 
font-weight : bold; 
} 
#error {
text-decoration : none; 
color : #CC0000; 
font-family : Tahoma; 
font-size : 11px; 
font-weight : bold; 
} 

td.tablehover:hover {
background-color: #E7E7E7;
}

td.tablehover {
background-color: inherit;
}