.bgBlue {
	background-color: #007ED6;
}
.bgMain {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;

}
.bgMainTile {
	background-image: url(images/bgTile.jpg);
	background-repeat: repeat-x;
}
.txtWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.txtWhite:hover {

text-decoration: underline;

}
.txt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.txtHd {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.txtBold {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.txtBlue {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007ed6;
	font-weight: bold;
}

.darkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
