/* CSS Document */

div#infocopy {
	width: 700px;
	margin: 0px auto 0px:
}

h4 {
	margin: 16px 0px 0px;
	font-size: 20px;
	line-height: 40px;
	color: #333333;
	text-indent: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	vertical-align: text-botom;
	text-align: left;
	font-weight: bolder;
}
div#copy {
	width: 650px;
	margin: 0px auto;
}
div#copy h5{
	text-align: left;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: 14px;
	text-indent: 4px;
}

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