.normalFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.heading15{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.tableBorder {
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
}
.topBorder {
	border-top: 1px none #666666;
	}
a:link{text-decoration: none; color: black;}
a:visited{text-decoration: none; color: black;}
a:hover{text-decoration: underline; color: blue;}

a.redLink:link{text-decoration: none; color: red;}
a.redLink:visited{text-decoration: none; color: red;}
a.redLink:hover{text-decoration: none; color: black;}

a.whiteLink:link{text-decoration: underline; color: white;}
a.whiteLink:visited{text-decoration: underline; color: white;}
a.whiteLink:hover{text-decoration: none; color: white;}


.topBorder1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.heading-about{font-family: arial; font-size: 16px; font-weight: bold;}
