html, body, p, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, form, input {
	padding:0px;
	margin:0px;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
}
body{
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
	margin-bottom:8px;
}
body h1{
	font-size:22px;
}
body h2, #newsbox h1 {
	font-size:18px;
}
body h3 {
	font-size:14px;
}
body h4 {
	font-size:14px;
	font-weight: 600;
}
body h5 {
	font-size:14px;
	font-weight: 600;
}
body h6 {
	font-size:14px;
	font-weight: 600;
}
html, body {
	height: 100%;
	width: 100%;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #00529B; /*#de0000;*/
}
a:hover {
	text-decoration:underline;
}
img {
	border-width:0px;
}
a img, :link img, :visited img {
	border: none;
}
ul, ol {
	list-style: disc;
	padding: 10px 20px;
}
h1, h2, h3, h4, h5, h6, pre, code, p {
}
