/* CSS Document */
.link:visited{ 
	color:B70B80;
	text-decoration: none;
	font-weight:bold;
}
.link:link{
	color:B70B80;
	text-decoration: none;
	font-weight:bold;
}
.link:hover{
	text-decoration:none;
	color:E55DBA;
	font-weight:bold;
}
.norepeat{
	background-repeat:no-repeat;
	background-position:center center;
}
.votefield {
	background-color: FFE6FD;
	height: 16px;
	width: 180px;
	border: none;
	font-size: 10px;
}
