/*
	Bennett & Hastings Publishing
	copyright 2008. all rights reserved.
	
	Typography
	built by Jason Geiger (130public.net)
	built on WSC3 CSS standards
		
*/
/****************************************|STANDARD|****************************************/
body {
	color:#000000;
	font-family:
	helvetica,			/* Unix+X, MacOS */
	arial,				/* Windows, MacOS */
	sans-serif;			/* Luxi Sans? */
	font-size: 11px;
	line-height: 12px;
}
h1 a, h1 a:visited, h1 a:hover, h2 a, h2 a:visited, h2 a:hover, h3 a, h3 a:visited, h3 a:hover { text-decoration: none !important; border-bottom: 0 !important; }
h1 {
	margin: 0 0 16px;
	padding: 0;
	color: #000000;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: inherit;
}
h2 {
	margin: 0 0 12px;
	padding: 0;
	color: #3A3A3A;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: inherit;
}
h3 {
	margin: 0;
	padding: 0;
	color: #3A3A3A;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	letter-spacing: inherit;
}
h4 {
	margin: 0;
	padding: 0;
	color: #3A3A3A;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: inherit;
}
h5 {
	margin: 0;
	padding: 0;
	color: #3A3A3A;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: inherit;
}
p, pre {
	margin: 0 0 12px;
	padding: 0;
	color: #3A3A3A;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .01em;
}
ul {
	margin: 1em 0;
	padding: 0;
	list-style-position: outside;
}
li {
	color: #3A3A3A;
}
ul.no_bullets {
	list-style: none;
	list-style-position: outside;
}
ol {
	margin: 1em 0;
	padding: 0;
	list-style-position: outside;
}
a, a:visited {
	color: #3A3A3A;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: none;
}
label {
	color: #3A3A3A;
	font-size: 1em;
}
input {
	margin: 0 10px 0 2px;
	padding: .1em .3em;
}
input, textarea {
	color: #3A3A3A;
	font-size: 1em;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}
textarea {
	height: 200px;
	width: 99%;
}
.italic {
	font-style: italic;
}
.notice {
	color: #ff6666;
	text-decoration: none;
}
XMP {
	display: inline;
}
