* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	font-family: "Trebuchet MS";
	font-size: 62.5%;
}

h1 {
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #e17e06;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #e17e06;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #e17e06;
	margin-bottom: 0.2em;
}
h4 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #e17e06;
	margin-bottom: 0.2em;
}
h5 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #e17e06;
}
h6 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

p {
	font-size: 12px;
	margin-bottom: 5px;
}

div.col2_content ul, 
div.col2_content ol {
	list-style: disc;
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 17px;
	line-height: 14px;
}
div.col2_content ol {
	list-style: decimal;
	padding-left: 19px;
}

div.col2_content ul li, 
div.col2_content ol li {
	margin-bottom: 3px;
}


