.body {
	background-color: #5c5c5c;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.mainTblBorder {
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
.contentBg {
	background-image: url(/images/contentBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #747782;
}
.txAlert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}

.txMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}
.contentPadding {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
}
.txHeader1 {
	font-size: 14px;
	color: #00092c;
}
.txHeader2 {
	color: #efd461;
}
.txHeader3 {
	color: #c1cbf4;
}
.tblHeader {
	font-size: 13px;
	color: #000e47;
	background-color: #a1a5b1;
}
.tblHeader1 {
	font-size: 13px;
	color: #000e47;
	background-color: #a1a5b1;
	border: solid 1px #ffffff;
}
.tblHeader2 {
	font-size: 14px;
	color: #ccad29;
	font-weight: bold;
	border-bottom: dotted 1px #ffffff;
}
a:link {
	color: #eac219;
	text-decoration: underline;
}
a:visited {
	color: #eac219;
	text-decoration: underline;
}
a:hover {
	color: #c6c059;
	text-decoration: none;
}
a.lnkSitemap:link {
	color: #ffffff;
	text-decoration: underline;
}
a.lnkSitemap:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.lnkSitemap:hover {
	color: #eac219;
	text-decoration: none;
}
.tblBottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccad29;
}
.tblGoldHeader {
	height: 16px;
	border: 2px solid #ccad29;
	background-color: #efd461;
	padding-left: 6px;
	color: #343e5d;
	font-size: 12px;
}

.tblDottedBorder {
	font-size: 12px;
	color: #343e5d;
	border-right: solid 1px #efd461;
	border-bottom: solid 1px #efd461;
	border-left: solid 1px #efd461;
}

.tblTextPadding {
	margin-right: 10px;
	margin-left: 10px;
}
.txFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ededed;
	line-height: 16px;
}

form {
	margin: 0px;
}

.frmField {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #090A28;
	color: #29385D;
	padding-left: 3px;
}
.btnContinue {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: dotted 1px #080926;
	color: #ffffff;
	height: 22px;
	width: 200px;
	background-color: #3d4722;
	cursor: hand;
}
.btnReturn {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: dotted 1px #080926;
	color: #ffffff;
	height: 22px;
	width: 150px;
	background-color: #9f3337;
	cursor: hand;
}
