@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 10pt;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	background: #FFFFFF url(../images/bg.gif) no-repeat top center;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover, a:active {
	text-decoration: underline;
	color: #333333;
}
p {
	margin-top: 10px;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Amienne, "Trebuchet MS", sans-serif;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 0px;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 3.5em;
}
h3 {
	font-size: 3em;
}
h4 {
	font-size: 2.5em;
}
h5 {
	font-size: 2em;
}
h6 {
	font-size: 1.5em;
}
.small {
	font-size:.85em;
}