
.link {
	cursor: pointer;
	/*cursor: hand;*/
	color: #0033a9;
}
.link:hover {
    text-decoration: underline;
}

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

hr {
	height:1px;
	border:0;
	background:#bbb;
}

.Delimiter
{ 
  padding: 0 5px 0 5px;
  color: #fff;
}


.hide {
    display:none;
}