body{
	padding:6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 10pt;
}

table {
	margin-bottom: 20px;
	padding:8px;
	border-collapse:collapse;
}
table thead th {
	background: #3589c5;
	color: #c9e8fe;
	text-align: center;
	font-size: .8em;
	border-left: 1px solid #2c71a2;
}
table thead th:first-child {
	color: #fff;
	text-align: left;
	background: #3384be url(http://www.bizfilings.com/images/table_blue.png) repeat-y;
}
table tbody th {
	color: #222;
	font-weight: bold;
	font-size: .8em;
	background: #f6f6f6 url(http://www.bizfilings.com/images/table_lg.png) repeat-y;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
table td, th {
	padding: 8px 10px;
	border-right: 1px solid #d2d2d2;
}
table td {
	font-size: .8em;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #d2d2d2;
}
li {
	color: #333;
	margin-bottom: 4px;
	background: url(http://www.bizfilings.com/images/icons/bullet_orange.png) left 8px no-repeat;
	margin-left: -38px;
	padding-left: 12px;
	list-style: none;
}
h1 {
	color: #79b2d9;
	font-size: 28pt;
	font-weight: normal;
}
h2 {
	color: #333;
	font-size: 21pt;
	font-weight: normal;
}
h3 {
	color: #333;
	font-size: 14pt;
	font-weight: bold;
}
h4 {
	color: #333;
	font-size: 13pt;
	font-weight: bold;
}
a:link {
	color: #0A82C5;
	font-weight:500;
	text-decoration:none;
}
a:visited {
	color: #0A82C5;
	font-weight:500;
	text-decoration:none;
}
a:hover {
	color: #0A82C5;
	font-weight:500;
	text-decoration:underline;
}
a:active {
	color: #0A82C5;
	font-weight:500;
	text-decoration:underline;
}