/* Typography */

h1,.componentheading {
	font-size:20px;
	line-height:24px;
	font-weight:normal;
}

h2,.contentheading {
font-size:20px;
line-height:24px;
font-weight:normal;
}

h3 {
font-size:16px;
line-height:18px;
font-weight:normal;
padding: 0px;
	margin: 0px;
	}

h4 {
font-size:14px;
line-height:16px;
font-weight:normal;
}

h5 {
font-size:14px;
line-height:16px;
font-weight:normal;
}

h6 {
font-size:12px;
font-weight:700;
font-weight:normal;
}


p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.highlight_text  {
	color: #00aeef;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
}

.minor_text {
	color: #333333;
	font-size: 10px;
	line-height: 16px;
}

