h1 {
	color: #0065b3;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 110%;
	margin: 14px 0;
}
h3 {
	margin: 14px 0;
}

table.table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #c1bfc0;
	margin: 14px 0;
}
table.table th {
	color: #f7f7ed;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	text-align: left;
	background-color: #303030;
	padding: 15px 14px 0 14px;
}
table.table td {
	border-bottom: 1px solid #c1bfc0;
	padding: 5px 14px;
}

table.table1 {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 16px 0;
}
table.table1 td, table.table1 th {
	border:  1px solid #ccc;
	padding: 0 3px;
}
table.table1 td p, table.table1 th p {
	margin: 0 !important;
}

img.imgLeft {
	float:  left;
	margin: 0 15px 15px 0; 
}
img.imgRight {
	float:  right;
	margin: 0 0 15px 15px; 
}

div#content p.sign {
	border-bottom: 1px solid #c0c0c0;
	padding: 0 0 7px 0;
	margin-top: -14px;
}

div#content p.quote {
	font-style: italic;
	background: #ebe8e3 url('/application/includes/images/p_quote.gif') no-repeat 0 0;
	padding: 15px 40px;
}

ul {
	list-style: none;
	margin: 14px 0;
}
ul li {
	background: transparent url('/application/includes/images/ul_li.gif') no-repeat 16px 9px;
	padding: 0 0 0 40px;
}
ol {
	padding: 0 0 0 40px;
	margin: 14px 0;
}
