.centre {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	background-color: #010066;
}
.mainPara {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}

.whiteText {
	color: #FFF;
}
.redText {
	color: #D10005;
}
.tblBG {
	background-image: url(images/tableBG.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	font-size: 11px;
	background-image: url(images/footerBtm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	height: 100px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.toptoc {
	color: #FFF;
	background-image: url(images/topToc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	padding-top: 12px;
	padding-left: 255px;
	padding-right: 10px;
	text-align: left;
}
.topTocSeparator {
	color: #999;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 10px;
	background-image: url(images/topTocSeparator.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	color: #9A0005;
	text-decoration: none;
}
a.tocWhiteTxt {
	color: #FFF;
	text-decoration: none;
}
.noUnderline {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #006;
}
h3 {
	font-size: 24px;
	color: #006;
	font-weight: lighter;
	line-height: 100%;
}
h4 {
	font-size: 18px;
	font-weight: lighter;
	color: #006;
	line-height: 100%;
}
h5 {
	font-size: 16px;
	color: #900;
	line-height: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.txt9 {
	font-size: 9px;
}


.mainBG {
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat-y;
}
a.moreLink {
	font-size: 10px;
	display: inline;
}

.tocTd {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bottmToc {
	font-size: 10px;
	text-align: center;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	clear: both;
}
.inlineElement {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.clearBoth {
	clear: both;
}
.mainParaTdHeight {
	height: 510px;
}
.leftNavBarAdTbl {
	margin-top: 480px;
}
#search-div {
	clear: both;
	float: right;
	margin-right: 17px;
	margin-left: 10px;
	margin-top: 90px;
	background: #36C;
	padding: 10px 5px 5px;
	color: #FFF;
	height: 105px;
	text-align: left;
	font-weight: bold;
}
.searchHeading {
	font-size: 16px;
	font-weight: lighter;
}
.whitetext {
	color: rgb(255, 255, 255);
}

