@charset "utf-8";
/* CSS Document */
#cls1 h4 {
	color:#3333FF;
	font-size:18px;
	margin:0 15px;
	border-bottom:1px solid rgb(214,214,214);
	height: 60px;
}

.alignRight {
	text-align:right;
}
.clearBoth {
	clear:both;
}

div#cls1 {
	margin:20px;
	padding:20px; 
	border:1px solid rgb(214,214,214);
}
div#cls1 a {
	color:rgb(128,67,23);
	text-decoration:underline;
	font-weight: bold;
}
span.title {
	color:rgb(15,150,62);
	font-weight: bold;
}
