* {
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
}
table, ul, p {
	font-size: 9pt;
}
h1 {
	font-size: 16pt;
	padding-top: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 14pt;
	padding-top: 10px;
	margin-top: 0px;
}
h3 {
	font-size: 12pt;
}

.wl {
	width: 100%;
	border-collapse: collapse;
	font-size: 9pt;
	border: 1px solid #c5d3d7;
}
.wl td {
	padding: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: top;
}
.wl td a {
	text-decoration: none;
	color: black;
}
.linktd {
		text-decoration: underline;
		width: 200px;
}
.wl .odd {
	background-color: #9E9E9E;
}
.wl .even {
	background-color: white;
}
.wl .header {
	background-color: #3E4D60;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}
.wl .header a {
	color: white;
	text-decoration: underline;
}
.wl tr {
	
}
.center {
	text-align: center;
}
.wl .hover * {
	background-color: #616161;
	color: white;
}
#notes {
	width: 990px;
}
.center {
	text-align: center;
}
.button {
	background-color: #3E4D60;
	color: white;
	font-weight: bold;
	padding: 5px;
}
#subnav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
#subnav li {
	float: left;
	padding: 5px 10px;
	background-color: #3E4D60;
	color: white;
	font-weight: bold;
}
#subnav li a {
	color: white;
	text-decoration: none;
}

.p_list {
	width: 100%;
	border-collapse: collapse;
}
.p_list td {
	font-size: 9pt;
	border: 1px solid #e3e3e3;
overflow:hidden;
padding: 8px;
}
.p_list td div a img {
	vertical-align: middle;
	text-align: center;
}
.p_list td a {
	color: black;
	text-decoration: none;
}
.p_list td a:hover {
	color: black;
	text-decoration: underline;
}
.p_list .header {
	font-weight: bold;
}