﻿/* CSS Document */
h3 {
	height: auto;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	width: auto;
	color: #000000;
	clear: both;
	text-indent: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h4 {
	height: auto;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	color: #000000;
	clear: both;
	text-indent: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
p {
	font-size: 85%;
	line-height: 170%;
	color: #666666;
	text-indent: 0px;
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

