/* CSS Document */

html { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	background-color: #EEEDE7;
	background-image: url(new/images/home_page_bkgd1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a:link, a:visited {
	color: #222222;
	text-decoration: underline;
}
a:hover, a:active {
	color: #222222;
	text-decoration: none;
}
.disclaimer {
	color: #79756B;
	padding: 5px 40px 0 180px;
}
.disclaimer a {
	color: #79756B;
	text-decoration: underline;
}
