body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	background-attachment:fixed;
	background-image:url(images/background.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
p, td, div, li {
	font-size:11px;
}
h1 {
	color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

a:link, a:visited {
	font-size:13px;
	font-weight:bold;
	color: #47403D;
	text-decoration: none;
}

a:active {
	color: #847773;
	text-decoration: none;
}

a:hover {
	color: #47403D;
	text-decoration: underline;
}