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

a.linkopacity img {
filter:alpha(opacity=65);
-moz-opacity: 0.65; 
opacity: 0.65;
-khtml-opacity: 0.65;}


a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; }


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;}

table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;}
	
a:link {color: #a17a0b; text-decoration: underline; }
a:active {color: #ffd96d; text-decoration: underline; }
a:visited {color: #413000; text-decoration: underline; }
a:hover {color: #f0b610; text-decoration: none; }
