body,td,th {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	color: #547DBC;
	font-weight: bold;
}
body {
	background: #dfdda4;
	margin: 0px;
	padding: 0px;
} 

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	color: #3366FF;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #6666CC;
	font-weight: bold;
}
a:active {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CC66CC;
	font-weight: bold;
}

.sitemap {
	font-size: 12px;
}
.copyright {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
	padding-right: 4px;
	text-align: right;
}
input, select, button, textarea {
	background: #6D92C7;
	font-family: Papyrus, verdana, tahoma, arial;
	color: #FFFFFF;
	border: 1px solid #808000;
	font-size: 12px;
}

HR {
	color: #87A4D0;
	height: 1px;
}
