body {
	font-family: Comic Sans MS, Lucida Sans, Trebuchet MS, sans-serif;
	font-size: 0.9em;
}
p {
	font-family: Comic Sans MS, Lucida Sans, Trebuchet MS, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	letter-spacing: 0.025em;
	line-height: 1.6em;
}
h1 {
	font-size: 1.4em;
	font-weight: 600;
	color: #FF9933;
	letter-spacing: 0.2em;
	word-spacing: 0.1em;	
	line-height: 1.2em;
	padding-top: 0.7em;
}
h2 {
	font-size: 1.2em;
	font-weight: 500;
	color: #FF9933;
	letter-spacing: 0.1em;
	word-spacing: 0.05em;
	line-height: 1.2em;
	padding-top: 0.5em;
}
h3 {
	font-size: 1.04em;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	word-spacing: 0.05em;
	line-height: 1.2em;
	padding-top: 0.3em;
}
h4 {
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	color: #FFFFFF;
	padding-top: 0.2em;
}
.left-graphic-link a:hover {
	background-color: #81001F;
}
.graphic-link a:hover {
	background-color: #060061;
}
a:link {
	color: #FF9933;
}
a:visited { 
	color: #F4CA76;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF9933;
	cursor: hand;
	text-decoration: none;
}
li {
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
select {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #333333;
}
input {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #333333;
}
textarea {
	color: #333333;
}
.quote {
	color: #FF9933;
}
.newsEvent {
	margin-left: 10px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.indent {
	padding-left: 0.6em;
}
.smaller {
	font-size: 0.8em;
}
.footer {
	letter-spacing: 0.08em;
	font-size: 0.85em;
}
.required_item {
	color: #FF9900;
	font-weight: bold;
}