@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #FFFFFF;
	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;
}

.footer {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.header {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
	
}
a {
	text-decoration:none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	color:#000000;
}

.bgTranslucent {
/*background: rgba(166, 122, 61, .6);*/
background-image:url(../images/background.gif)
}

a:link {color:#000000} /* unvisited link */
a:visited {color:#000000} /* visited link */
a:hover {color:#000000} /* mouse over link */
a:active {color:#000000} /* selected link */
