/* CSS Document */

.copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #663300;
	clear: both;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #333300;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 40px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	color: #333300;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	margin-left: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	margin-left: 20px;
	margin-bottom: -15px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
	display: none;
}

