body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444;
	line-height: 18px;
	font-size: 12px;
}

h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 20px 0 10px;
}
h2 {
	font-size: 2em;
	line-height: 1em;
	margin:36px 0 0 0;
}
h3 {
	font-size: 1.6em;
	line-height: 1em;
	margin:8px 0 0 0;
	color:#999;
}
h4 {
	font-size: 1.2em;
	line-height: 1em;
	margin:36px 0 0;
}
h5 {
	font-size: .9em;
	line-height: 1em;
	margin:36px 0 0 0;
}
h6 {
	font-size: .75em;
	line-height: 1em;
	margin:0;
}

hr {
	margin: 12px 0;
	border:none;
	border-bottom: 1px dotted #666;
	color: none;
}

strong, b {
	color:#333;
}

small{
	font-size: 9px;
}

blockquote {
	margin: 0;
	padding: 0 20px 0;
	border-left: 80px solid #ff0;
	border-right: 80px solid #ff0;
	font-size: 13px;
}

p {margin: 12px 0;}

ol {
	list-style: decimal inside;
	padding: 12px 0 12px 20px;
}

a{ text-decoration: none;}

/* LINKS */
#footer a {text-decoration: none; color:#444;}
#footer a:hover {text-decoration: underline;}
#subnav a {	
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 13px;
	color:#666;
}
#subnav a:hover {color:#dca727 !important;}
#subnav a:visited{color:#666;}
/* LAYOUT */
#footer {font-size: 9px; line-height: 12px;}
a.statement {
	font-size: 9px;
	text-transform: uppercase;
	color:#666;
	text-decoration: none;
}

a.statement:hover {
	color:#dca727;
	border-bottom: 1px dotted #dca727;
}

#subnav a{


