h2{
	color: #FF3300;
	text-decoration: underline;

}
h3{
	font-size: 14px;

}
.disc01 {
	float: left;
	height: auto;
	width: 610px;
	border: thin solid #999999;
	margin: 15px 0px 5px 0px;  
}
.disc02 {
	float: left;
	height: auto;
	width: 130px;
	padding: 15px 14px 0px 15px;  
}
.disc03 {
	float: left;
	height: auto;
	width: 450px;
    border-left: thin solid #999999;
}
.disc03 h3 {
	padding: 5px 0px 0px 15px;  
}
.disc03 p {
	padding: 0px 0px 0px 15px;  
}

.disc04 {
	float: left;
	height: auto;
	width: 450px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
.disc04 ul {
	padding: 0px 0px 0px 10px; 
}
.disc04 li {
	list-style-position: inside;
	list-style-type: decimal;


}
.disc05 {
	float: left;
	height: auto;
	width: 610px;
    border-top: thin solid #999999;
}
.disc05 p {
	padding: 0px 10px 0px 10px; 
}
