body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A3B2CC;
}
.cntBkg {
	background-image: url(/images/bkg_content.jpg);
	background-repeat: repeat-x;
}
.miniTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.txtBold {
	font-weight: bold;
}
.txtWhite {
	color: #FFFFFF;
	font-size: 11px;
}
.txtBigBold {
	font-size: 16px;
	font-weight: bold;
}
.txtWhiteBold, .txtWhiteBold a:active, .txtWhiteBold a:hover, .txtWhiteBold a:visited, .txtWhiteBold a:link {
	font-weight: bold;
	color: #FFFFFF;
}
.txtWhiteBold16 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}

.txtWhiteBold16 a:active, .txtWhiteBold16 a:hover, .txtWhiteBold16 a:visited, .txtWhiteBold16 a:link {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none
}
.txtWhiteBold16 a:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: underline
}
a:link, a:hover, a:visited, a:active {
	color: #000099;
}
.whiteLink a:active, .whiteLink a:hover, .whiteLink a:visited, .whiteLink a:link {
	color: #FFFFFF;
	text-decoration: none
}
