@charset "utf-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.footer {
	margin: 0;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	height: 40px;
	background-color: #000000;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #4c83ca;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.whitetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.legal {
	color: #FFFFFF;
}
.oneColElsCtr #container {
	margin: 0 auto;
	text-align: center;
}
.oneColElsCtr #mainContent {

}
.social {
}
.footersocial {
	margin: 0;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	background-image: url(images/back_footer.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 874px;
}
