@charset "utf-8";

/* Links */
a{
	color:#524B30;
	text-decoration: none;
}

a:visited{
	color:#524B30;
}

a:hover{
	color:#8AA813;
	text-decoration: underline;
}

div.transOFF {
	width:118px;
	cursor: pointer;
}

div.transON {
	width:118px;
	background-color: white;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	cursor: pointer;
}

div.transOFFBig {
	width:198px;
	cursor: pointer;
}

div.transONBig {
	width:198px;
	background-color: white;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	cursor: pointer;
}