body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a:link {font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0099FF;
	
}
a:hover {font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0099FF;
	font-weight: bold;
}
a:visited {font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0099FF;
}
.text {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 3px 5px;
}



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


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