@charset "utf-8";
/* CSS Document */

<style type="text/css">

body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: small;
	color: #242424;
}
body {
	background-image: url(slices/bkg.jpg);
	margin-top: 25px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	color: #333;
}
.sectionheader {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	background-image: url(slices/blue_bkg.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

a:link {
	color: #491c2e;
}
a:hover {
	color: #333;
}
a:visited {
	color: #036;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: large;
	color: #712846;
}
h2 {
	font-size: medium;
	color: #008891;
}
h3 {
	font-size: small;
	color: #712846;
	font-weight:bold;
}
.footer {
	color: #FFF;
}
.rightcol {
	background-image: url(slices/right-column.jpg);
	background-repeat: no-repeat;
}
