@charset "utf-8";

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, h1, h2, h3, h4, h5, h6, div {
	margin: 0px;
	padding: 0px;
}

h1 {
	background: #FFFFFF url(../images/content_section_header.png) no-repeat left top;
	width: 683px;
	height: 26px;
	color: white;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 3px;
	font-size: 16px;
}

h2 {
	border-bottom: 1px solid #808080;
	font-weight: bold;
	font-size: 14px;
}

span.large {
	font-size: 18px;
}

ul {
	list-style-image: url(/images/content_bullet.png);
}

ul > li {
	
}

div.section {
	background-color: #E5E5EF;
	padding: 10px 5px 10px 5px;
	margin-bottom: 25px;
}

table.table, #content > table {
	border-top: 1px solid #4b3304;
	border-left: 1px solid #4b3304;
	border-right: 1px solid #4b3304;
	background-color: #FFFFFF;
}

table.table thead, #content > table thead {
	font-weight: bold;
	color: #FFFFFF;
	background: url(/images/content_table_header.png) top left repeat-x;
}

table.table td, table.table th, #content > table td, #content > table th {
	border-bottom: 1px solid #4b3304;
	vertical-align: top;
}

table.table th, #content > table th {
	height: 23px;
	text-align: left;
	padding: 0px 0px 0px 3px;
	margin: 0px;
	vertical-align: middle;
}
