/*Version 2.1*/

a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #800000;
	text-decoration: none;
}
a:hover{
	color: #800000;
	text-decoration: none
}
a:active{
	color: #000000;
	text-decoration: none;
}
body{
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px 10%;
	text-align: left; font-variant:normal; font-size:10pt; font-family:Trebuchet MS
}
h1{
	text-align: left;
	font-size: 24pt;font-family:Trebuchet MS; color:#330066;
	line-height: 112%
}
h2{
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	font-family:Trebuchet MS; text-decoration:underline
}
h3{
	font-size: 12pt;font-family:Trebuchet MS; font-weight:bold
}
h4{
	font-size: 10pt;
	font-family:Trebuchet MS; vertical-align:middle; font-weight:bold
}
h5{
	font-size: 10pt;font-family:Trebuchet MS; font-style:italic
}
h6, caption{
	font-size: 8pt;
	font-style: italic;
	font-family:Trebuchet MS
}
span.h8      { font-family: Trebuchet MS; font-size: 8pt; font-weight: bold }
span.h7      { font-family: Trebuchet MS; font-size: 8pt }
hr{
	color: #990033;
	background-color: #990033;
	height: 2px
}
li{
	padding: 3px; font-family:Trebuchet MS; font-size:10pt; font-weight:bold
}
table{
	text-align: left;
	font-variant:normal; font-size:10pt; font-family:Trebuchet MS
}
.links{
	border: 4px outset #FFCC33;
	margin: 5px 0px;
	clear: both;
}
div.links{
	padding: 5px;
}
table.links{
	width: 100%;
}
ul.links, ul.sideNav{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
ul.links li li{
	border-style: none;
}
table.links td, table.links th, ul.links li{
	border-bottom: 2px ridge #FFCC33;
	border-right: 2px ridge #FFCC33;
}
table.data{
	margin: 10px 0px;
	border-collapse: collapse;
	width: 100%;
}
table.data td, table.data th{
	padding: 2px;
	border: 1px solid #999999;
	vertical-align: top;
}
ul.sideNav{
	border: 4px outset #FFCC33;
	float: right;
	width: 200px;
	margin: 15px 0px 15px 15px;
}
p            { line-height: 150% }
