.fontnormal {
	font-style: normal;
	font-weight: normal;
}

.colA {
	color: #8F8F8F;
}
.colB {
	color: #B6B6B6;
}
.colC {
	color: #003366;
}
.colW {
	color: #FFFFFF;
}
.iconA {
	background-image: url(../images/iconA.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 1px 9px;
	margin-top: 7px;
}
.iconB {
	background-image: url(../images/iconB.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 1px 9px;
	margin-top: 7px;
}
.iconC {
	background-image: url(../images/iconC.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: -2px 7px;
	margin-top: 7px;
}
        .error {
            color: red;
            font-size: 14px;
            display: none;
        }
