a:link {
text-decoration : none;
color : blue;
}
.HelpTerm {
	font-weight: bolder;
}

a:hover {
text-decoration : underline;
}
INPUT, SELECT, BODY {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 16px;
}
.headingDiv {
font-size : 26px;
font-weight : bolder;
}
.mainTbl {
margin-right : auto;
margin-left : auto;
border : 1px dashed black;
}
.mainDiv {
width : 100%;
text-align : center;
}
.footerDiv {
font-size : 10px;
text-align : center;
width : 100%;
}
.mainDiv .footerDiv img {
border-top-style : none;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
}
.resultDiv {
margin-right : auto;
margin-left : auto;
text-align : center;
}
.subHeadingResult {
font-weight : bold;
}
.subResult {
width : 35%;
border : thin dotted #ff0000;
margin-right : auto;
margin-left : auto;
text-align : right;
}
.small_number {
font-size : 10px;
}
.Reset {
text-align : right;
}
.Submit {
text-align: left;
}