* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
	padding: 0px;

	font-family:  Verdana;
	color: #333333;
}
ul li, ol li {
	margin-left: 25px;
}

a {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #c46b00;
	text-decoration: none;
}
img {
	border: 0px solid black;
}

a:hover {
	text-decoration: none;
}

p, span, li, div, td, th, table {
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 10px;
}

h1,h2,h3 {
	color: #303030;
}
h3, h4, h5 {
}

h4,h5, {
	color: #303030;
}
h6 {
	color:#ffffff;
	font-size: 14px;
	margin-bottom:6px;
	line-height:22px;
}

h1 {
	font-size: 16px;
	line-height: 24px;
	padding:0px;
	margin:0px;
	margin-bottom: 8px;
}
h2 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
	text-decoration:none;
}
h4 {
	font-size: 12px;
	margin-bottom: 5px;
	margin-bottom: 4px;
}
h5 {
	font-size: 11px;
	margin-bottom: 4px;
}
h6 {
	font-size: 10px;
	margin-top: 7px;
	margin-bottom: 4px;
}

td {
        vertical-align: top;
}

hr {
	border: 0px;
	border-top: 1px solid #aaaaaa;
	height: 1px;
}
