.moduletitle {
	font-weight: bold;

	color: #000;
}
.textwithoutheader .text_moduletitle {
	margin: 0 0 0 0;


	font-weight: bold;
}
.textwithheader .text_moduletitle {
	margin: 0 0 0 0;


	font-weight: bold;
}
.text_moduletitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCD8B8;
}
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(../images/boxA.png);
	height: 20px;
	}
.top-left, .bottom-left { 
	margin-right: 20px;
	}
.top-right, .bottom-right { 
	margin-left: 20px;
	margin-top: -20px;
	}
.top-right {
	background-position: 100% 0;
	}
.bottom-left  { 
	background-position: 0 -20px;
	}
.bottom-right { 
	background-position: 100% -20px;
	}
.inside {
	margin-left: 20px;
	margin-right: 20px;
	color: #000;
	padding-left: 10px;
	padding-right:10px;
	text-align: left;
	}
.notopgap    { margin-top: 0; }
.nobottomgap { margin-bottom: 0; }
.insideleft, .insideright {
	background-image: url(../images/boxB.png);
	background-repeat: repeat-y;
	}
.insideright { background-position: 100% 0; }