a:link {
	color: Black;
	text-decoration: none;
}

a:visited {
	color: Black;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color:red;
	text-decoration:none;
}



table.tab1 {
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	text-decoration: none;
}
table.tab2 {
	border: 1px solid Gray;
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
td.td1 {
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
}

td.td2 {
	border: 1px solid Silver;
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
}

td.td3 {
	border: 1px solid Gray;
	background: url(images/icon_1_bg.jpg);
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
}

td.td4 {
	border: 1px solid Gray;
	background: url(images/icon_2_bg.jpg);
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
}
td.td5 {
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	text-decoration: none;
}