body {
	color:#000000;
	background-color: #FFFDFA;
	font-family: Arial,Helvetica,serif; 
	font-size: 12px;
}

a:link {
	color: #5B3D23;
}

a:visited {
	color: #187534;
}

a:hover {
	color: red;
}

div.container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

div.header {
	padding: 0.5em;
	clear: left;
	border-bottom: 5px ridge black;
	height: 92px;
}

div.headerLeft {
	float: left;
	width: 300px;
}

div.headerRight {
	margin-left: 300px;
	padding-top: 32px;
	padding-left: 0;
}

div.clear {
	clear: both;
}

div.footer {
	border-top: 5px ridge black;
	margin: 0;
	padding: 0;
	height: 65px;
	clear: left;
	line-height: 100%;
}

div.left {
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

div.content {
	margin-left: 190px;
	border-left: 6px ridge black;
	padding: 1em 1em 0 1em ;
}

iframe {
	margin-bottom: 0;
	padding-bottom: 0;;
}

p.center {
	text-align: center;
}

p.indent {
	padding-left: 8px;
}

ol {
    list-style-type: disc; 
    padding-left: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	color: #5B3D23;	
}

span.header {
	font-weight: bold;
	color: #5B3D23;	
}

span.year {
	font-weight: bold;
	color: red;	
}

table.overview {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	background-color: #fafdf5;
}

table.caveot {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	background-color: #FFFDFA; 
	font-size: 50%;
}

caption {
	font-weight: bold;
}

tr.title {
	font-weight: bold;
	background-color: #dde8c8;
	padding-bottom: 25px;
	vertical-align: bottom;
}

td.left {
	text-align: left;
	padding-left: 5px;
}

span.super {
	vertical-align: super; 
	font-size: 50%;
}

