@charset "utf-8";
p {
	font-family: "Trebuchet MS", Arial, Georgia, Verdana, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
.bold {
	font-family: "Trebuchet MS", Arial, Georgia, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Georgia, Verdana, sans-serif;
}
h2 {
	font-size: 1.3em;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Georgia, Verdana, sans-serif;
}
h3 {
	font-family: "Trebuchet MS", Arial, Georgia, Verdana, sans-serif;
	font-size: 1em;
	color: #333333;
}
.footer {
	font-size: 0.7em;
	color: #FFD24F;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.italic {
	font-style: italic;
}
