@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	text-align: center;
}

.body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
	text-align:left;
}

.bodylink {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.notes {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
	font-style:italic;
}

.bodyheader {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}

.sectionheader {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#000;
	text-align:left;
}

#pagetitle {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#000;
	text-align:center;
}

.buttons {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#000;

}

.sitelink {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#000;
}

.footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}