/* CSS Document */
.content {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-image:url(/images/indigostripe.jpg)
}
.content a:link,
.content a:visited {
	font-size: 10pt;
	font-weight: normal;
	color: #452662;
	text-decoration: underline;
}
.content a:hover {
	font-size: 10pt;
	font-weight: normal;
	color: #452662;
	text-decoration: underline;
}
.content p,
.content td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
	color:#333333;
}
.content h1,
.contentHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	color: #452662;
	font-weight: normal;
	font-style: normal;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}
.content h2,
.contentSubheading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: #452662;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}

.content h4,
.content quote {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color:#663300;
	font-weight: normal;
	text-align:left;
	margin-top: 1.2em;
	margin-bottom: 0em;
}
.content h5,
.content quoteowner {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color:#663300;
	font-weight: normal;
	text-align:right;
	margin-top: 0.1em;
	margin-bottom: 2.0em;
}

.content thinline {
	line-height: 1px;
}

.sidebar {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
        padding:5px;
}
.sidebar a:link,
.sidebar a:visited {
	font-size: 9pt;
	font-weight: normal;
	color: #452662;
	text-decoration: underline;
}
.sidebar a:hover {
	font-size: 9pt;
	font-weight: normal;
	color: #452662;
	text-decoration: underline;
}
.sidebar p,
.sidebar td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
	color:#333333;
}
.sidebar h1,
.sidebarHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #452662;
	font-weight: normal;
	font-style: normal;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}
.sidebar h2,
.sidebarSubheading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	color: #452662;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}

.sidebar h4,
.sidebar quote {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: italic;
	color:#663300;
	font-weight: normal;
	text-align:left;
	margin-top: 1.2em;
	margin-bottom: 0em;
}
.sidebar h5,
.sidebar quoteowner {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color:#663300;
	font-weight: normal;
	text-align:right;
	margin-top: 0.1em;
	margin-bottom: 2.0em;
}

.sidebar thinline {
	line-height: 1px;
}

