.defaultBodyText {
	font-size: 11px;
	color: #037;
	line-height: 14px;
	font-weight: normal;
}
.defaultBodyText p{
	margin-top:4px;
	margin-bottom:5px;
}
.defaultBodyText:link, .defaultBodyText:visited{
	font-weight: bold;
	color: #037;
	text-decoration: none;
}
.defaultBodyText:hover{
	font-weight: bold;
	color: #7B1;
	text-decoration: underline;
}
.defaultBodyText h1 {
	font-size: 16px;
	font-weight: bold;
	color: #037;
	line-height: 20px;
	margin-top:8px;
}
.defaultBodyText h2 {
	font-size: 13px;
	font-weight: bold;
	color: #037;
	line-height: 15px;
	margin-top: 12px;
	margin-bottom: 2px;
}
.defaultBodyText h3 {
	font-size: 11px;
	font-weight: bold;
	color: #037;
	line-height: 15px;
	margin-top: 6px;
	margin-bottom: 1px;
}
.defaultBodyText h4 {
	font-size: 11px;
	font-weight: bold;
	color: #037;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 4px;
}

.defaultBodyText ul {
	font-size: 11px;
	font-weight: normal;
	color: #037;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.defaultBodyText li {
	margin-top: 4px;
	margin-bottom: 6px;
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
}
.defaultBodyText ol {
	font-size: 11px;
	font-weight: bold;
	color: #037;
}
.defaultEmphasis{
	font-weight: bold;
	color: #3A6FA5;
	font-size: 12px;
}
p.spacer{
	font-size: 0;
	line-height: 0;
	clear:both;
	margin: 0;
	padding: 0;
}
