html {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
}
body {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
body a {
	color: #FFFFFF;
	text-decoration: none;
}
body a:hover {
	color: #6BEB1E;
	text-decoration: none;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h1 {
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 2.2em;
	background-image: url(../images/bullet-h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #8DEB0F;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 2.2em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8DEB0F;
	padding-bottom: 15px;
	padding-left: 30px;
	background-image: url(../images/bullet-h3.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

.clear {
	clear: both;
}
#document {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
