BODY {
	font-family: arial,helvetica,verdana,sans-serif;
	background-color: #000000;
	font-size: 90%;
	margin:0px;
	padding: 0px;
}

BODY.mainPage {
	color: #FFFFFF;
}

BODY.mainPage a {
	font-weight: bold;
	color: #FFFFFF;
}

BODY.mainPage a:hover {
	color: #F66722;
}

BODY.reportPage {
	padding: 20px;
}

BODY.reportPage table.nav {
	width: 100%;
}

BODY.reportPage table.nav td {
	white-space: nowrap;
	padding: 3px;
	background-color: #DDDDDD;
	padding-left: 5px;
	padding-right: 5px;
}

BODY.reportPage table.nav a {
	color: #F66722;
	font-weight: bold;
	text-decoration: none;
}

BODY.reportPage table.nav a:hover {
	color: #000000;
}

h1,h2,h3,h4,h5 {
	display: inline;
	font-weight: bold;
}

h1 {
	color: #F66722;
	font-size: 180%;
	line-height: 100%;
}

h2 {
	color: #FFFFFF;
	font-size: 100%;
}

h3 {
	color: #F66722;
	font-size: 180%;
}

h4 {
	color: #FFFFFF;
	font-size: 180%;
}

h5 {
	display: block;
	color: #000000;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 8px;
}

.mainTable {
	text-align: left;
	width: 85%;
}

.mainTable td {
	background-color: #FFFFFF;
	padding: 6px;
	line-height: 130%;
}

.mainTable .header td {
	background-color: #000000;
	background-image: url(topImg.jpg);
	background-repeat: repeat-y;
	background-position: bottom right;
	color: #FFFFFF;
	height: 33px;
}

.orangeLine {
	height: 1px;
	width: 50%;
	border-top: 1px solid #F66722;
}

.figure {
	font-size: 80%;
	color: #777777;
	line-height: 110%;
	display: block;
	margin: 0px;
	float: right;
	clear: right;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 8px;
}

.figure img {
	border: 1px solid #F66722;
}

.figure .credit {
	font-size: 70%;
	font-style: italic;
	color: #AAAAAA;
}

tr.footer td {
	background-color: #000000;
	color: #DDDDDD;
}

tr.footer .links {
	display: inline;
	float: right;
}

tr.footer a {
	color: #DDDDDD;
	font-weight: bold;
	text-decoration:none;
}

tr.footer a:hover {
	color: #F66722;
}