body {
	font-size: 12pt !important;
}
.clearer {
	clear: both;
}

.last {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	font-family: arial;
	font-size: 190%;
	color: #7E4400;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.2em;
}

h2 {
	font-size: 130%;
	color: #7E4400;
	margin-bottom: 5px;
}

h1.tight, h2.tight, h3.tight, h4.tight, h5.tight {
	margin-bottom: 2px;
}

h3 {
	font-size: 120%;
	color: #243136;
	margin-bottom: 0px;
	margin-bottom: 5px;
}

h4 {
	font-size: 110%;
	color: #243136;
	margin-bottom: 0px;
	margin-bottom: 5px;
}

h5 {
	font-size: 100%;
	color: #243136;
	margin-bottom: 0px;
	margin-bottom: 5px;
}

h6 {

}

p {
	margin: 0;
	margin-bottom: 20px;
	font-size: 12px;
}

a {
	color: #405A63;	
	text-decoration: underline;
}

a:hover {
	color: #243136;	
	text-decoration: underline;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}


* html body {
	text-align: center;
}

* html #allWrap {
	text-align: left;
}

ul.contentList {
	margin-top: -10px;
	margin-bottom: 10px; 
}

#columnsLeftSplash {
	display: none;
}

#textResize {
	display: none;
}

#textResizeLink {
	display: none;
}

#searchForm {
	display: none;
}

#loginFormWrap {
	display: none;
}

#quickLinksWrap {
	display: none;
}

#footer {
	border-top: 1px solid #333;
	padding-top: 5px;
}

#footerNav {
	display: none;
}


#footerCopyright {
}


#mainNavWrap {
	display: none;
}

#intHeaderBar img {
	display: none;
}

#intHeaderBar {
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
	text-align: right;
}

.printLogo {
	display: inline !important;
}

#leftNav {
	display: none;
}

/* CONTENT TABLE STYLES BEGIN */

.contenttable {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	margin-bottom: 20px;
}

.contenttable th, .contenttable td {
	padding: 5px;
}

.contenttable td {
	text-align: center;
	border-right: 1px solid #8FB4CC;
}

.contenttable td.td-0, .contenttable th.td-0 {
	text-align: left;
	padding-left: 12px;
	font-weight: bold;
	
}

.contenttable th {
	text-align: center;
	border-bottom: 1px solid #8FB4CC;
	border-right: 1px solid #8FB4CC;
}

.contenttable .tr-even {
	background-color: #C9CBCC;
}

.contenttable .td-last {
	border-right: none;
	padding-right: 12px;
}

/* CONTENT TABLE STYLES END */


