@charset "utf-8";
/* CSS Document */


html { overflow-y: scroll; }

img {
	border-color:#c0c0c0;
}

a:hover img {
filter : alpha(opacity=60); 
    -moz-opacity : 0.6; 
    opacity : 0.6; 
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.style1 {
	font-size: 17px;
	font-weight: bold;
}

.style2 {
	font-size: 11px;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
	}
a:active {
	text-decoration: none;
	color: #000000;
	}
 

