
body {
	background: #4a7185 url(../images/bg.gif);
	margin-top: 13%;
	atext-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
  	color: #037790;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #037790;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
}


body, div, td {
	font-family: "Verdana", "Arial", " Tahoma";
	font-size: 11px;
	color: #666666;
	line-height: 150%
}

h3 {
	font-family: "Verdana", "Arial", " Tahoma";
	font-size: 17px;
	padding: 10px;
	margin: 5px;
	border: 1px solid #cccccc;
}

.containers {
	abackground: #53575c url(../images/bg2.gif) repeat-x;
	width: 930px;
	padding-top: 15px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	aborder: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

