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

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 2em;
	color: #B20000;
	font-weight: 900;
	letter-spacing: 0.25em;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 2em;
	color: #F90;
	letter-spacing: 0.5em;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #069;
	font-weight: lighter;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.5em;
	color: #039;
	font-weight: normal;
	letter-spacing: 0.1px;
	line-height: 24px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	letter-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}
.fltrt { /* class used to float an element right in page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 10px;
}
.fltlft { /* class used to float an element left in page */
	float: left;
	margin-right: 8px;
}
body {
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}
a:link {
	color: #933;
}
a:visited {
	color: #933;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
