@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
/* Img Rollerover */
img.front-thumb {opacity:0.65;filter:alpha(opacity=65);}
img.front-thumb:hover {opacity:1.0;}

/* Img Rollerover */
img.logo {opacity:0.9;filter:alpha(opacity=90);}
img.logo:hover {opacity:1.0;}


/****** Links **********/
#footer a:link {
	text-decoration: none;
	color: #666;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #6C6;
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#footer a:active {
	font-weight: bold;
	color: #333;
	background-color: #000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
