@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/layout/bg_pattern.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #660000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #660000;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #660000;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.body-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.notes-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.menu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #FFFFFF;
}

.menu3-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}


a:link {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
