@charset "utf-8";
body {
	background-image: url(../images/background.png);
	background-repeat: repeat;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #660000;
	font-variant: small-caps;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333300;
	font-variant: small-caps;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333300;
	font-variant: small-caps;
}
.inlineEm {
	color:#333300;
	font-weight: bold;
	text-transform:uppercase;
}

.pageFooter {
	color:#FFF;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.pageFooter a {
	color:#FFF;
}

.mainContentArea {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
	text-decoration: none;
}

.divClearer {
	clear:both;
}