@charset "iso-8859-9";
/* CSS Document */

table.table1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}
table.table1 a:link {
	text-decoration: none;
	table-bg-color:#ffffcc;	
}
table.table1 a:visited {
	text-decoration: none;
	color: #0000FF;
}
table.table1 a:hover {
	text-decoration: underline;
	color: #FF0000;
}
table.table1 a:active {
	text-decoration: none;
	color: #0000FF;
}

table.table1{
background-color:#dfdfdf;
}

table.table2{
background-color:#FFFFFF;
}


/*Yellow Tab*/

table.yellow{
	background-color:#ffffcc;
}

/*Green Tab*/

table.green{
	background-color:#00ff00;
}

/*Yellow Tab*/

table.gray{
	background-color:#efefef;
}

/*tzvbg*/
table.tzvbg{
	background-color:#003333;
}

table.tzvbg2{
 background-color:#5A6E83;
}

table.tzvbg a{
 font-weight:normal;
}

table.tzvbg2 a{
 font-weight:bold;
}
