/* CSS Document */
body, div, span, td, form, input, select, textarea, a{
	font-size:10pt;
	font-family:verdana, helvetica, sans-serif;
	font-style:normal;
	margin: 0 0 0 0;
}

body, div, span/*, td */{
	text-align: left;
}

IMG {
	border: 0;
}

A:link IMG.border, A:active IMG.border, A:visited IMG.border {
	border: 1px solid Black;
}

A:hover IMG.border {
	border: 1px solid Red;
}

H1 {
	font-size: 16px;
	font-style: normal;
	text-align: center;
}

H2 {
	font-size: 14px;
}

OL LI{
	margin-bottom: 1em;
}

OL LI LI {
	list-style-type: upper-alpha;
}

BLOCKQUOTE {
	font-family: monospace;
	border-bottom: 1px solid #D4D4D4;
	margin-top: 0.5em;
	padding-bottom: 1em;
}

a, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.footer, a.footer:active, a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer {
	color: #E9AF4B;
}

.footer2 {
	font-size: 9px;
	color: #666666;
}

a.footer2, a.footer2:active, a.footer2:visited {
	font-size: 9px;
	color: #666666;
}

a.footer2:hover {
	font-size: 9px;
	color: #666666;
}

.title {
	font-size: 12pt;
	color: #537DB9;
	font-weight: bold;
}

.indent {
	text-indent: 10px;
}

DIV.alignright {
	text-align: right;
}

A.bluelink, A.bluelink:link, A.bluelink:visited {
	color: Blue;
}

.none {
	background-color: White;
}

.hovered {
	background-color: Yellow;
}

TR.header TD {
	background-color : #E8E8E8;
	font-weight: bold;
}