/**
 * This typography file is included in the WYSIWYG editor
 */

p {margin:0;padding:0;}

/* HEADER STYLES */

#Layout h1 {
	font-family: 'DIN-LightRegular', Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	color: #01a4a6;
	margin: 1px 0 14px 0;
}
#Layout h2, #Layout h2 a {
	font-family: 'DIN-LightRegular', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color: #01a4a6;
	line-height: 30px;
        margin:5px 0 5px 0;
}
#Layout h3, #Layout h3 a {
	font-family: 'DIN-LightBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #01a4a6;
	line-height: 150%;
}
#Layout h4, #Layout h4 a {
	font-family: 'DIN-LightRegular', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #01a4a6;
	line-height: 35px;
}
#Layout h5 {
	font-size:14px;	
}
#Layout h6 {
	font-size:12px;	
}

	
#Content table {
}
	#Content table tr td {
		padding:2px 2px 2px 0;
		vertical-align:top;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}