p, form, input, select, option, ol, td, ul {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10px;
}

html {
   -ms-overflow-style: scrollbar;/*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}

.sectionheading {
  font-size : 11px;
  color : #000000;
  font-style : normal;
  font-weight : bold;
  text-align : left;
}

.stylizedinputbox {
  border-width : 1px;
  border-style: solid;
  border-color : #7f9db9;
  font-weight : normal;
  margin-top : 5px;
}

a, a.stylizedform {
  color : #00539B;
  text-decoration : none;
}

a:hover, a.stylizedform:hover {
  color : #618699;
}

.noborderbutton {
	text-align:center;
	border-width : 0px;
	color: #00539B;
	font-size : 10px;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff
}