/* Default Styles */
body,
td {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	line-height:140%;
}
em {
	font-style:italic;
}

.headingBold, .pageheading,
.wysiwyg h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #C80000;
	font: bold 22px "Times New Roman", Times, serif;
}

.heading,
.wysiwyg h2,
#PageTitle {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #CD0000;
	font: normal 20pt "Times New Roman", Times, serif;
}

.subHeadingBold,
.subheadingbold,
.wysiwyg h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #C80000;
	font: bold 22px Georgia, "Times New Roman", Times, serif;
}

.subHeading,
.subheading,
.wysiwyg h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #000080;
	font: normal 11pt Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

.wysiwyg h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #9B7739;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
}

/*
ul {
	padding: 0 10px;
	margin: 10px 0;
}

li {
	font-weight: bold;
	list-style-type: square;
}
*/
hr {
	height: 1px;
	border-top: 1px solid #2D6495;
}

a,
a:link,
a:visited,
a:active {
	color: #000080;
	text-decoration:none;
}

a:hover {
	color: #C80000;
}
.bold {
	font-weight: bold;
}
.small, a.small:link, a.small:visited, a.small:hover {
	font-size: 9pt;
}
input {

}

p {
	margin: 10px 0;
}

.altcolor {
	color:#333333;
	font-size:8pt;
}

.cfdebug {
	text-align:left;
	font-size:7pt;
}

table, td, tr {
	padding:inherit !important;
	margin:inherit !important;
}

td { padding:5px !important; }

