strong {
	font-weight: 600;
}

.orangetext {color: #FF9900}

.whitetext {color: #FFFFFF}

.columntext {color: #FF9900}

h1 {
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h2 {
	color: #FFFFFF;
	font-size: 11px;
	border-bottom: 1px dashed #666666;
	margin: 0px 0px 5px;
	padding: 2px;
	font-weight: normal;
	background-color: #242424;
	text-align: center;
}

h3 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h4 {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

h5 {
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
}

.sub-title {
	padding-left: 10px;
}
