div.module {
	border: solid 1px #808080;
	background-color: #FDFDFD;
}

div.module_title {
	border-bottom: solid 1px #808080;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-color: #D3D3D3;
	font-size: 10pt;
	font-style: italic;
}

div.module_content {
	padding: 5px;
	font-size: 10pt;
}

p.module {
	text-indent: 10px;
	margin-top: 5px;
}

div.module_space {
	margin-top: 10px;
	clear: both;
}

div.module_more {
	text-align: right;
}