/*@group General Text Elements
=====================================*/
BODY
{
	font-family: Arial, sans-serif;
	color: #444;
	background: #FFF;
}
P, LI, TABLE, BLOCKQUOTE
{
	margin-bottom: 1em;
	line-height: 1.25;
}
P, LI, DT, DD, TABLE
{
	font-size: 1.2em;
}
P.intro
{
	font-size: 1.5em;
}
LI *, DT *, DD *, TD *, TH *
{
	font-size: 1em !important;
}
BLOCKQUOTE, Q
{
	padding: 0 4em;
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
BLOCKQUOTE P
{
}
/*Reminder to always include blockquote content in a <p>*/
BLOCKQUOTE DIV CITE
{
	font-style: italic;
}
STRONG, B
{
	font-weight: bold;
}
EM, I
{
	font-style: italic;
}
INS
{
	text-decoration: #ddd;
}
DEL
{
	text-decoration: line-through;
}
ABBR, ACRONYM
{
	border-bottom: 1px dotted #000000;
	cursor: help;
}
PRE, CODE
{
	margin: 1.5em 0;
	white-space: pre;
}
PRE, CODE, TT
{
	font-size: 1em;
	font-family: "andale mono", "lucida console", monospace;
	line-height: 1.5;
}
/*@end General Text Elements
--------------------------------
@group Headings (H1-H6)
=====================================*/
H1
{
	font-size: 3.6em;
}
H1 A
{
	display: block;
}
H2, H3, H4, H5, H6
{
	margin: 0 0 0.5em;
	line-height: 1.2;
	font-weight: bold;
}
H2
{
	margin: 0 0 0.5em;
	font-size: 3em;
}
.threeColumn H2.pageTitle
{
	font-size: 3em;
}
H3
{
	margin: 0 0 0.25em;
	font-size: 2.2em;
}
.sidebar H3
{
	margin-bottom: 0.5em;
	font-size: 1.4em;
	color: #0C2846;
}
H4
{
	margin: 0 0 0.35em;
	font-size: 1.8em;
}
.sidebar H4
{
	font-size: 1.4em;
}
H5
{
	font-size: 1.4em;
}
.sidebar H5
{
	font-size: 1.2em;
}
H6
{
	font-size: 1.2em;
}
.sidebar H6
{
	font-size: 1.1em;
}
/*@end Headings (H1-H6)
--------------------------------
EOF*/
