html, body {
	width: 100%;
	height: 100%;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: trebuchet MS, tahoma;
	font-size: 12px;
	color: #5c5c5c;
	line-height: 14px;
}

body {
	background-color: #eceff4;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #faa62a;
	outline: none;
}

img {
	border: 0px none;
}

h1 {
	font-size: 16px;
	color: #333000;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: bold;
}

h2 {
	font-family: trebuchet MS;
	font-size: 16px;
	color: #faa62a;
	font-weight: bold;
	letter-spacing: 0.2px;
	line-height: 18px;
	padding: 0px 0px 14px 0px;
	margin: 0px;
}

h3 {
	font-family: trebuchet MS;
	font-size: 14px;
	color: #787001;
	font-weight: bold;
	line-height: 15px;
}

.content_left p {
	margin-bottom: 16px;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background-image: url("../images/li.jpg");
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.newsli {
	padding: 0px 0px 8px 18px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images/newsli.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

