@charset "utf-8";

/* Links */
a{
	color:#FFFFFF;
	text-decoration: none;
}

a:visited{
	color:#FFFFFF;
}

a:hover{
	color:#990000;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}

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;
}
a.link{
	color:#000;
	}
	a.link:hover{
		color:#000;
		text-decoration: underline;}
