@charset "UTF-8";

.forceFloat {
	float : left ;
}

.forceFloatR {
	float : right ;
}


.clearFloat {
	clear : both ;
	margin:0px;
	padding:0px;
}

hr.dot {
	border-bottom : 2px dotted #ccc ;
	border-top: none;
	border-right: none;
	border-left: none;
	padding-top:10px;
}


hr.gray {
	border-bottom : 2px solid #ccc ;
	border-top: none;
	border-right: none;
	border-left: none;
	padding-top: 0px;
}

.helpLink  {
	font-size: 75%;
	background-image: url("../img/question.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-indent: 18px;
	margin-top: 5px
 }

