@charset "utf-8";

/* Links */
a{
	color:#000000;
	text-decoration: none;
	cursor:pointer;
}

a:visited{
	color:#000000;
}

a:hover{
	color:#991B0E;
	text-decoration:none;
	border:0px;
}

a:active {
	border:0px;
	text-decoration:none;
}

a:focus { outline:0px;}

div.transOFF {
	width:209px;
	cursor: pointer;
}

div.transON {
	width:209px;
	background-color: white;
	opacity:.40;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	cursor: pointer;
}

.right_links {
	width:150px;
	float:right; 	
	margin-top:1px;
}
