/***************************************************
GLOBAL PAGE LAYOUT ELEMENTS
***************************************************/

body {
	margin: 0px 0px 0px 0px;
	font-family: "Lucida Grande", verdana;
	background: #000000;
	color: #000000;
}

P {
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
}

H1 {
	margin-top: 0px;
	font-weight: bolder;
	font-size: 24px;
	margin-bottom: 5px;
	color: #000000;
}

H2 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0px;
	color: #000000;
}

H3 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0px;
	color: #000000;
}

/***************************************************
LOCAL PAGE  ELEMENTS
***************************************************/

.footer {
	font-size: 9pt;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.list {
	font-size: 10pt;
}
.links {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.links2 {
	font-size: 9pt;
	color: #000033;
	text-decoration: none;
}
.tableheadings {
	font-size: 9pt;
	font-weight: bolder;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	color: #6986C3;
}
.tablecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

