@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #000;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.bt1 {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}
tr td a img.favlink{
	/* for ie */	
	filter:Alpha(Opacity=100);
}

tr td a:hover img.favlink{
	/* for ie */	
	filter:Alpha(Opacity=75);	
}

tr td a:active img.favlink{
	border-color:red;
	filter:Alpha(Opacity=75);
}

td.headmenu1{
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

td.headmenu2{
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	cursor:hand;
	background-image: url('images/bg_menusel.jpg');
}

td.bgfoot {
	color:#FFFFFF;
	
}

a.link2 {
	color:#0066CC;
}

a.link3 {
	color:#FFF;
	text-decoration:none;
}

a.link3:hover {
	color:#FFF;
	text-decoration:underline;
}

tr td a img.fav3{
	/* for ie */	
	filter:Alpha(Opacity=60);
	/* gonna use border? */
	border: #000000;
	border-style: solid; 
	border-width: 1px;
	width:72px;
	height:48px;
	/*padding:2px;*/
}

tr td a:hover img.fav3{
	/* for ie */	
	filter:Alpha(Opacity=100);	
	width:80px;
	height:60px;
}

tr td a:active img.fav3{
	border-color:red;
	filter:Alpha(Opacity=100);
	width:80px;
	height:60px;
}
-->
