/* CSS Document */

div#copy {
	width: auto;
	margin: 0px 0px 16px 20px;
}
div#copy h3 {
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	text-indent: 8px;
	font-weight: bolder;
}

div#copy h4,h5{
	text-align: left;
	width: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: 14px;
	text-indent: 4px;
	line-height: 22px;
}

div#copy p{
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: left;
}
div#copy ul {
}
div#copy ul li{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin-left: 30px;
}

