h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica", Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

h1 {
	font-size: 36px;
	line-height: 120%;
}

h2 {
	font-size: 28px;
	line-height: 120%;
}

h3 {
	font-size: 22px;
	line-height: 120%;
}

h4 {
	font-size: 18px;
	line-height: 120%;
}

h5 {
	font-size: 16px;
	line-height: 120%;
}

h6 {
	font-size: 14px;
	line-height: 120%;
}

p {
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 140%;
	padding: 0px 0px 16px 0px;
}

p strong {
	font-size: 13px;
	line-height: 140%;
}

p em {
	font-size: 13px;
	line-height: 140%;
}

input, select, textarea, button, label {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 140%;
	white-space: pre;
	padding: 0px 20px 16px 20px;
	color: #999;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	quotes: "\201C" "\201D";
	padding: 0px 20px 16px 20px;
	font-style: italic;
}

blockquote:before {
	content: open-quote; 
	font-weight: bold; 
} 

blockquote:after {
	content: close-quote;
	font-weight: bold;
}

ul, ol {
	padding: 0px 20px 16px 0px;
}

ul {
	list-style: square inside;
	padding-left: 16px;
}

ol {
	list-style: decimal outside;
	padding-left: 28px;
}

ul li, ol li {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

a,
a:link,
a:visited {
	font-size: inherit;
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

p a,
p a:link,
p a:visited {
	font-size: 13px;
	line-height: 140%;
	color: #000;
	text-decoration: underline;
}

p a:hover,
p a:focus,
p a:active {
	text-decoration: none;
}

blockquote a,
blockquote a:link,
blockquote a:visited {
	color: #333;
	text-decoration: underline;
}

blockquote a:hover,
blockquote a:focus,
blockquote a:active {
	text-decoration: none;
}

li a,
li a:link,
li a:visited {
	color: #333;
	text-decoration: underline;
}

li a:hover,
li a:focus,
li a:active {
	text-decoration: none;
}