.headerBgnd {
	background-image: url(../images/headerBgnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bodyBgnd {
	background-image: url(../images/mainBgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footerBgnd {
	background-image: url(../images/footerBgnd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.footerText {
	font-family: Times New Roman, Times New Roman, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.navDivider {
	background-image: url(../images/navDivider.gif);
	background-repeat: repeat-y;
}
.bodyText {
	font-family: Times New Roman;
	font-size: 13px;
	text-align: justify;
}
.errorText {
	font-family:  Times New Roman;
	font-size: 11px;
	color:Red;
}
.bodyTextSml
{
	font-family:  Times New Roman;
	font-size: 12px;
	color: #333333;
}
	
.bodyTextSmlBold {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight:bold;
	color:Black;
	text-align: center;	
}

.bodyTextSmlBlk {
	font-family: Times New Roman;
	font-size: 9px;
	color: Black;
}
bodyTextSmlWhite {
	font-family: Times New Roman;
	font-size: 9px;
	color:White;
}
.bodyTextBold {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.headerBoldBlue {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #2E6A9E;
}
.headerBoldBlueLarge {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #2E6A9E;
}
.headerBoldRedLarge {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: Red;
}
.headerBoldRed {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}
.logoBgnd {
	background-image: url(../images/logoBgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bodyTextBlue {
	font-family: Times New Roman;
	font-size: 11px;
	color: Navy;
}
.bodyTextBoldBlue {
	font-family: Times New Roman;
	font-size: 11px;
	font-weight: bold;
}

.tableNoPadding 
{
	padding: 0px 0px 0px 0px;
}

.tdBlock
{
	display: block;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}