@charset "UTF-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
}
#layout-header {
	height: 80px;
	min-height: 80px;
	background-image: url(../css/img/datatex_iq_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
#layout-header-float-left {
	float: left;
	width: 300px;
	text-align: left;
}
#layout-header-float-right {
	float: right;
	width: 300px;
	text-align: left;
	margin-top: 50px;
}
.dscolumn {
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px dashed #999;
	page-break-inside: avoid;
}
.dscolumn p {
	margin: 6px 0px 12px;
	line-height: 1.5em;
}
.content-header {
	margin: 0px;
	font-size: 2em;
	color: #627081;
	letter-spacing: 0.2em;
}
.title-line-styles {
	border-top: 1px dotted #CCCCCC;
	border-right: 0px dotted #CCCCCC;
	border-bottom: 0px dotted #CCCCCC;
	border-left: 0px dotted #CCCCCC;
	font-size: 1em;
	letter-spacing: 0.2em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
