#home #page #main #content h3 {
	margin-bottom: 6px;
}

#home #page #main #content ol {
	list-style: decimal;
	margin-left: 45px;
}
#home #page #main #content ol ul {
	margin-top: 5px;
	margin-left: 5px;
}

.large-red {
	font-size: 16px;
	color: #990000;
}
.small-red {color: #990000
}

.small-brown {
	font-size: 16px;
	color: #9f9985;
}
.small-blue {
	color: #0000FF;
	font-size: 14px;
}
.large-blue {
	color: #0000FF;
	font-size: 16px;
}

/* Table styles 
  ----------------------------------------------------- */

#content .tableStyle1 p {
	margin-left: 10px;
	margin-bottom: 0.6em;
	line-height: 1.4;
}

.tableStyle1 caption, .tableStyle1 th, .tableStyle1 td { text-align: left; font-weight:400; }

.tableStyle1 th  { border-bottom: 2px solid #ddd; font-weight: bold; }

	.tableStyle1 table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	table-layout: auto;
	border-collapse: collapse;
	font-size: 0.7em;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	}

.tableStyle1 table caption {
	background: #f8f8f8;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-variant: normal;
	}

.tableStyle1 table th, .tableStyle1 table td {
	border-bottom: 1px solid #eee;
	padding: 8px 8px 8px 0px;
		}

.tableStyle1 table th {
	border-right: 1px solid #eee;
	width: 25%;
	}
	

	
/* simple black borders */

#content table.blackB {
	margin-left: 35px;
}
#content table.blackB td  {
	border: 1px solid #666666;
	vertical-align: middle;
}
#content table.blackB p {
	margin: 4px 8px;
	vertical-align: middle;
}

