.tab_font_on {
	FONT-SIZE: 8pt; FONT-FAMILY: Arial, Verdana; COLOR: #ffffff; BACKGROUND-COLOR: #003399; BORDER-BOTTOM: windowtext 1pt solid #003399
}

.tab_font_off {
	FONT-SIZE: 8pt; FONT-FAMILY: Arial, Verdana; BACKGROUND-COLOR: #CCCCCC; BORDER-BOTTOM: windowtext 1pt solid #003399
}

.tab_line_on {
	BORDER-BOTTOM: windowtext 1pt solid #003399
}

a.tabs:link {
   color : #003399;
   text-decoration : none;
/*   background-color : transparent; */
}

a.tabs:visited {
   color : #003399;
   text-decoration : none;
/*   background-color : transparent;  */
}

a.tabs:active {
   color : #003399;
   text-decoration : none;
   background-color : #CCCCCC;
}

a.tabs:hover {
   color : #003399;
   text-decoration : underline;
/*   background-color : transparent; */
}
