/* CSS definition file containing site wide stylesheets */

.tab_title {
	font-size: 14px;
 	color: rgb(255,204,0);
 	font-weight: bold;
 	background-color: rgb(51,51,51)
}

.tab_odd {
	color: rgb(255,255,255);
 	background-color: rgb(167,167,167)
}

.tab_even {
	color: rgb(255,255,255);
 	background-color: rgb(127,127,127)
}