h1 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 18pt;
	margin-bottom: 18pt;
	color: #94006B;
	line-height: 100%;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 12pt;
	margin-bottom: 12pt;
	color: #94006B;
	line-height: 100%;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 12pt;
	margin-bottom: 12pt;
	color: #000;
	line-height: 100%;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 6pt;
	color: #000;
	line-height: 100%;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 6pt;
	color: #000;
	line-height: 100%;
}
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a {
	color: #E36C0A;
}
#content a:link, #content a:visited, #content a:focus, #content a:hover, #content a:active {
	color: #E36C0A;
}
.rounded_grey {
	background-color:#F5F5F5;
	text-align:justify;
	padding:10px;
}

.yellow_right {
	background-color:#ffd939;
	border:1px solid #000;
	float:right;
	width:150px;
	padding:10px;
	margin:0px;
	margin-top:3px;
	margin-left:5px;
	text-align:center;
}

.yellow_left {
	background-color:#ffd939;
	border:1px solid #000;
	float:left;
	width:150px;
	padding:10px;
	margin:0px;
	margin-right:5px;
	margin-top:3px;
	text-align:center;
}
.align-center {
    text-align: center;
}
.align-justify {
    text-align: justify;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

