/*
	Typography
	built by Jason Geiger (130public.net)
	built on WSC3 CSS standards
	relys on Whatever:hover - v1.42.060206 by Peter Nederlof
	
	copyright 2007. all rights reserved.
		
*/
/****************************************|STANDARD|****************************************/
body {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .01em;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #3a3a3a;
	font-size: 2.6em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 .5em 0;
	text-transform: uppercase;
}
h2 {
	color: #3a3a3a;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: normal;
	margin: 1em 0 .2em 0;
	text-transform: uppercase;
}
h3 {
	color: #3a3a3a;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0 .2em 0;
}
h4 {
	color: #3a3a3a;
	font-size: 1.35em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
}
h5 {
	color: #631010;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 .2em 0;
}
p, pre {
	color: #3a3a3a;
	margin: 14px 0 0 0;
}
ul {
	margin: 0 0 1.5em 2.75em;
	padding: 0;
	list-style-position: outside;
}
li {
	color: #3a3a3a;
}
ul.no_bullets {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}
ol {
	margin: 0 0 1.5em 3.5em;
	padding: 0;
	list-style-position: outside;
}
a, a:visited {
	color: #3D6893;
	text-decoration: none;
}
a:hover {
	color: #00363a;
	text-decoration: none;
}
label {
	color: #000000
	font-size: 1em;
}
input, textarea {
	color: #3a3a3a;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	padding: .1em .3em;
	background-color: #FFFFFF;
}
span.lowercase {
	text-transform: lowercase !important;
}
span.titlecase {
	text-transform: capitalize;
}
p.date, p.details {
	margin: 0 !important;
	padding: 0 !important;
}
p.date {
	font-style: italic;
}