@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #6699CC;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#7C94A0;
}

a.linkhead {
	color:#97ACB5;
	text-decoration:none;
}

a.linkhead {
	color:#97ACB5;
	text-decoration:underline;
}

a.link1 {
	font-size:12px;
	color:#27A5CB;
	font-weight:bold;
	text-decoration:none;
}

a.link1:hover {
	font-size:12px;
	color:#27A5CB;
	font-weight:bold;
	text-decoration:underline;
}

a.link2 {
	font-size:10px;
	color:#7C94A0;
	text-decoration:underline;
}

a.link2:hover {
	font-size:10px;
	color:#7C94A0;
	text-decoration:none;
}

a.link3 {
	font-size:12px;
	color:#C00;
	font-weight:bold;
	text-decoration:none;
}

a.link3:hover {
	font-size:12px;
	color:#C00;
	font-weight:bold;
	text-decoration:underline;
}

a.link4 {
	font-size:11px;
	color:#C00;
	text-decoration:none;
}

a.link4:hover {
	font-size:12px;
	color:#C00;
	text-decoration:underline;
}

a.linkhead {
	color:#97ACB5;
	text-decoration:none;
	font-weight:bold;
}

a.linkhead:hover {
	color:#C00;
	text-decoration:underline;
	font-weight:bold;
}

.title1 {
	font-size:22px;
	color:#666;
}

.title2 {
	font-size:13px;
	font-weight:bold;
	color:#666;
}

.title3 {
	font-size:13px;
	font-weight:bold;
	color:#C00;
}

.title4 {
	font-size:13px;
	font-weight:bold;
	color:#39C;
}

.headtxt {
	font-size:14px;
	color:#97ACB5;
}

.headtxt2 {
	font-size:12px;
	color:#97ACB5;
}

tr td a img.fav{
	/* for ie */	
	filter:Alpha(Opacity=60);
	/* gonna use border? */
	border: #000000;
	background-color:#FFFFFF;
	border-style: solid; 
	border-width: 1px;
	padding:1px;
}

tr td a:hover img.fav{
	/* for ie */	
	filter:Alpha(Opacity=100);	
}

tr td a:active img.fav{
	border-color:red;
	filter:Alpha(Opacity=100);
}
-->
