@charset "utf-8";
/* CSS Document */

.dashed_body
{	
	padding:0px 20px 20px 20px;
	color:#32323b;
}
	
.dashed_title
{
	color:#32323b;
	padding-bottom:10px;
	padding-left:20px;
	padding-top:20px;
	border-bottom: 1px dashed #97cee3;
}

.dashed_title .Head
{
	color:#32323b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
}


