.gtitleseparator {
	padding: 1px; 
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
	font-size: 10pt;
	font-family: Roboto Medium;
	font-weight: normal;
	color: #2062AD;
	line-height: 18px;
	height: 22px;
	padding-top: 2px;
}

.gtitleseparator div {
	padding: 3px 3px 3px 3px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	font-size: 8pt;
	font-weight: bold;
}
	
.gtitleseparator h1 {
	overflow: hidden;
	text-align: center;
}

.gtitleseparator h1.left {
	overflow: hidden; 
	text-align: left; 
	text-indent: 80px;
}

.gtitleseparator h1.right {
	overflow: hidden; 
	text-align: right; 
	padding-right: 80px;
}

.gtitleseparator h1:before,
.gtitleseparator h1:after {
	background-color: #D4D4D4;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.gtitleseparator h1.left:after {
	width: 100%;
}

.gtitleseparator h1.right:before {
 	width: 100%; 
}

.gtitleseparator h1:before {
	right: 0.5em;
	margin-left: -50%;
}

.gtitleseparator h1:after {
	left: 0.5em;
	margin-right: -50%;
}