/*Global Defaults*/
HTML, BODY
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
BODY
{
	font: 0.7em/1.25 "Trebuchet Arial", Helvetica, sans-serif;
}
/*Headlines*/
H1, H2, H3, H4, H5, H6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
/*Text Styles*/
P, TH, TD, LI, DD, DT, UL, OL, BLOCKQUOTE, Q, ACRONYM, ABBR, A, INPUT, SELECT, TEXTAREA
{
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.2 Trebuchet, Arial, Helvetica, sans-serif;
}
BLOCKQUOTE
{
	margin: 1.25em;
	padding: 1.25em;
}
Q
{
	font-style: italic;
}
ACRONYM, ABBR
{
	cursor: help;
	border-bottom: 1px dashed;
}
SMALL
{
	font-size: 0.85em;
}
BIG
{
	font-size: 1.2em;
}
/*Links and Images*/
A, A:link, A:visited, A:active, A:hover
{
	text-decoration: none;
}
IMG
{
	border: none;
}
/*Tables*/
TABLE
{
	margin: 0;
	padding: 0;
	border: none;
}
LABEL
{
	cursor: pointer;
}
/*Common Classes*/
.clear
{
	clear: both;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.textLeft
{
	text-align: left;
}
.textRight
{
	text-align: right;
}
.textCenter
{
	text-align: center;
}
.textJustify
{
	text-align: justify;
}
.blockCenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.noindent
{
	margin-left: 0;
	padding-left: 0;
}
.nomargin
{
	margin: 0;
}
.nopadding
{
	padding: 0;
}
.nobullet
{
	list-style: none;
	list-style-image: none;
}
HTML, BODY
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: 0px 0px;
}
HTML, BODY, P, TH, TD, LI, DD, DT
{
	font: 11.6pt Trebuchet, Arial, Helvetica, sans-serif;
}
H1, H2, H3, H4, H5, H6
{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
H1
{
	font-size: 2em;
}
H2
{
	font-size: 1.5em;
}
H3
{
	font-size: 1.2em;
}
H4
{
	font-size: 1em;
}
H5
{
	font-size: 0.9em;
}
H6
{
	font-size: 0.8em;
}
A:link
{
	color: #931D11;
}
A:visited
{
	color: #404F62;
}
A:hover
{
	color: #32435D;
}
A:active
{
	color: #010101;
}
