body {
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
table.graph { border: thin black solid; font-size: 90%;}
th.graph { background-color:#6a71d5; color:white; border-top: thick black solid }
img.graph { border: thin grey solid;}
td.graph { text-align: center; }
p,ul,td {
	font-size: 8pt;
}
img {
	border:0;
}
h1 {
	font-size: 100%;
	font-weight: bold;
	border: thin black solid;
	background-color: #000087;
	color: #ffffff;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	border: thin white solid;
	background-color: #888888;
	color: #ffffff;
	clear : left;
}
td.indent-cell {
	padding-left: 5%;
	padding-right: 5%;
	background-image: url( images/swirls.gif );
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;

}

td.blue-box-top {
	background-image: url( "images/BlueBox_r1_c2.gif" );
	background-position: top left;
	font-size: 12pt;
	font-weight: bold;
}
td.blue-box-bottom {
	background-image: url( "images/BlueBox_r3_c2.gif" );
}
td.blue-box-main {
	border-left: #9999ff thin solid;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url( "images/swirls.gif" );
	background-repeat: no-repeat;
	background-position: bottom right;

}
td.blue-box-right {
	border-right: #9999ff thin solid;
}
a.sidenav {
	font-size: 80%;
	background-color: inherit;
	color: black;
}
a.sidenav:hover {
	background-color: inherit;
	color: red;
}
a.sidenav:active {
	font-size: 95%;
	background-color: white;
	color: black;
}