@CHARSET "UTF-8";

body {
	padding: 0;
	margin: 0;
	background-image: url(../imgs/bg-pattern.png);
	background-repeat: repeat;
	width: 100%;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16pt;
}
a {
	color: #755c4b;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #df1f26;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	float: left;
	margin-right: 40px;
}
h1 {
	display: block;
	color: #df1f26;
	font-size: 26pt;
	font-weight: normal;
	font-style: oblique;
}
h2 {
	color: #755c4b;
	font-size: 16pt;
	font-weight: normal;
	font-style: oblique;
	margin-top: 5px;
}
h3 {
	color: #bda378;
	font-size: 13pt;
	font-weight: normal;
	font-style: oblique;
}
#active {
	color: #df1f26;
	text-decoration: underline;
}
.head {
	font-size: 14pt;
	font-style: oblique;
	color: #E91521;
}
.subhead {
	font-size: 12pt;
	font-style: oblique;
	color: #E91521;
}
.hr {
	font-size: 12pt;
	font-style: oblique;
	color: #cccccc;
}
.text {
	font-size: 10pt;
	color: #333333;
}
.subtext {
	position: relative;
	top: 20px;
	font-size: 9pt;
	line-height: 12pt;
	color: #534135;
}

	
}

