/* CSS Document */

.helpHints{
	font-family: 'Courier New', Courier, mono;
	font-size: 9px
	font-weight: lighter;
	color:#999999;
}

.yregfloathelp{
	border: 1px solid #FFC30E;
	padding: 5px 5 5 5px;
	background-color: #FFFBB8;
	text-align: left;
	color: #9C7600;
	width: 18em;
	font-size: 11px;
	font-family: arial, sans-serif;
}

.bookmarkTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}

.errormsg {
	font-size: 24px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.errorinfo {
	font-size: 14px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.chkBox{
	border: 0px;
	background-color: #ffffff;
	color: #333333;
	width: 13px;
	height: 13px;
}

