body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contentBg {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
}
.normalTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}
.tinyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.subHeadingTxtWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.subHeadingTxtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #066EA5;
}
.subHeadingTxtGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #329B16;
}
.subHeadingTxtOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E0A300;
}
.subHeadingTxtGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

a:active {
	color: #E1E1E1;
}

a.black:link {
	color: #000000;
	border: #000000;
}
a.black:visited {
	color: #000000;
	border: #000000;
}
a.black:hover {
	color: #999999;
	text-decoration: none;
	border: #000000;
}

a.green:link {
	color: #009900;
}
a.green:visited {
	color: #009900;
}
a.green:hover {
	color: #33CC33;
	text-decoration: none;
}

a.red:link {
	color: #CC0000;
}
a.red:visited {
	color: #CC0000;
}
a.red:hover {
	color: #FF0000;
	text-decoration: none;
}
