a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#PageBorder #MainContent {
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #FFCC00;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#PageBorder #BodyBorder .graphs {
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #FFCC00;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#PageBorder #BodyBorder #MainContent .PDFsidebar {
	background-color: #FFFFCC;
	clear: right;
	float: right;
	width: auto;
	border: 1px solid #FFCC00;
	background-position: center center;
	height: auto;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: inline;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	clear: none;
	float: none;
	width:700px;
	border:1px solid #C0C0C0;
	text-align:center;
	
}
.source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
	margin: 10px;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color: #000066;
	margin: 10px;
}
td {
	background-color:#FFFFCA;
	}
	
th {
	background-color:#DFDFFF;
	font-weight:bold;
	
	}

td, th {
	width:auto;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}

.wide {
	width:100%;
	}
.smwidth {
	width:35%;
	}
.swidth{
	width:50px;
	}

.left {
	text-align:left;
	}
.bottom {
	vertical-align: bottom;
	}
	
.indent {
	text-indent:10px;
	}

.indent2 {
    text-indent:20px;
	}
.indent3 {
    text-indent:30px;
	}
.indent4 {
    text-indent:40px;
	}
.bold {
	font-weight:bold;
	}
.uline{
	text-decoration:underline;
	}
.italic{
	font-style:italic;
	}
.right {
	text-align:right;
	}
.divider {
	width:5px;
	background-color:#FFFFFF;
	border:none;
	}
.floatright {
	float:right;
	}
.floatleft {
	float:left;
	}
.clearright {
	clear:right;
	}
.noclear {
	clear:none;
	}
.clearleft {
	clear:left;
	}
.clearboth {
	clear:both;
	}
.spacer {
	clear:left;
	}
.blue {
	background-color: #DFDFFF;
	}
#MainContent ul li {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}