.navMain {
	font-family:"Malithi Web";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.textBox {
	font-family:"Malithi Web";
	font-size: 11px;
	border: 1px solid #333333;
	height: 12px;
	width: 85px;
}
.paraText {
	font-family:"Malithi Web";
	font-size: 12px;
	color: #000000;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.heading {
	font-family:"Malithi Web";
	font-size: 18px;
	color: #016701;
}
.topLink {
	font-family:"Malithi Web";
	font-size: 11px;
	color: #336633;
	text-decoration: none;
}
.topLink:hover{
	font-family:"Malithi Web";
	font-size: 11px;
	color: #336633;
	text-decoration: underline;
}
.button {
	font-family:"Malithi Web";
	font-size: 11px;
	background-color: #CCCCCC;
	height: 18px;
	width: auto;
	border: 1px solid #999999;
}
.link1 {
	font-family: "Malithi Web";
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.link1:hover{
	font-family: "Malithi Web";
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.link2 {
	font-family: "Malithi Web";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.thisError {
	font-family: "Malithi Web";
	font-size: 11px;
	color: #990000;
	background-color: #FFFF66;
	border: 1px solid #990000;
}
.imgBorder {
  border:solid 1px silver;
  padding:5px;
  margin-right:5px;
  margin-left:5px;
  margin-top:5px;
  }