/* Default Styles */
body,
td {
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	line-height:140%;
}
em {
	font-style:italic;
}

.headingBold,
.pageheading,
.wysiwyg h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-weight:bold;
	font-size:18px;
}

.heading,
.wysiwyg h2,
#PageTitle {
	display:block;
	margin-bottom: 5px;
	padding:5px;
	color: #333333;
	font-weight:bold;
	font-size:14px;
	background-color:#DFDFDF;
	width:auto;
}

.subHeadingBold,
.subheadingbold,
.wysiwyg h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #333333;
}

.subHeading,
.subheading,
.wysiwyg h4 {
	display:block;
	margin-bottom: 0px;
	padding:0px 5px;
	color: #333333;
	font-weight:normal;
	font-size:12px;
	font-family: arial,tahoma;
	background-color:#DFDFDF;
	width:auto;
}

.wysiwyg h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #333333;
}

/*
ul {
	padding: 0 10px;
	margin: 10px 0;
}

li {
	font-weight: bold;
	list-style-type: square;
}
*/
hr {
	height: 1px;
	border-top: 1px solid #DFDFDF;
}

a,
a:link,
a:visited,
a:active {
	color: #0D428D;
	text-decoration:none;
}

a:hover {
	color: #0D428D;
	text-decoration:underline;
}

input {
	border: 1px solid #DFDFDF;
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:transparent;
}

p {
	margin: 10px 0;
}

.altcolor {
	color:#333333;
	font-size:8pt;
}

.cfdebug {
	text-align:left;
	font-size:7pt;
}

#PageErrorMessage { padding:5px; clear:both; margin:10px 0; background-color:#FAF4EF; border:1px solid #996633; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#996633; } 
