html, body {
	height: 100%;
}

body {
	font-size: 11px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	color: #6d7284;
	padding:30px;
	margin:0px;
	position: relative;
}


div  {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {color: #000; text-decoration:none}
a:visited {color:#000; text-decoration:none}
a:hover {color: #000; text-decoration:underline}
a:active { color:#000; text-decoration:none}

h1, .teaserbox h2 {
	font-family: Times, Arial, Verdana;
	color: #001c8c;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	font-size:11px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size:13px;
	color: #667175;
	font-weight: bold;
	padding: 0;
	margin:20px 0 0 0;
}

hr {
	border-top: 1px #6D7284 solid;
	border-bottom: none;
	border-left: none;
	borderright: none;
}

p, pre{
	padding: 0px;
	margin: 0 0 15px 0;
	color: #6d7284;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: square;
}

ul li {
	font-size: 11px;
	line-height: 16px;
	color: #6d7284;
	margin: 0;
	list-style-position:inside;
}

td, tr {
	vertical-align: top;
}
