body {
	background : #FFFFFF fixed right bottom no-repeat url(images/facebg.gif);
	color: #666666;
	font: "Century Gothic", Arial, Helvetica, sans-serif;
}

h4 {
	color: #666666;
	font: bolder small "Century Gothic", Arial, Helvetica, sans-serif;
}

h3 {
	color: #666666;
	font-size: medium;
	font-weight: bold;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

a {
	color : #804000;
	text-decoration : underline;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

h1 {
	color: #ff6600;
	font: normal large "Century Gothic", Arial, Helvetica, sans-serif;
}

h2 {
	color: #ff6600;
	font: normal medium "Century Gothic", Arial, Helvetica, sans-serif;
}

h3 {
	color: #ff6600;
	font: bold medium "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.description {
	background-color: #ebe2b2;
	border: 1px solid #d4d4d4;
	padding-left: 10px;
}

p {
	color: #666666;
	font: small "Century Gothic", Arial, Helvetica, sans-serif;
}

.disclaimer {
	color: #cccccc;
	font: x-small "Century Gothic", Arial, Helvetica, sans-serif;
}

ul {
	color: #666666;
	font: small "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: disc;
}

ol {
	color: #666666;
	font: small "Century Gothic", Arial, Helvetica, sans-serif;
}

li {
	color: #666666;
	font: small "Century Gothic", Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
}