/* CSS Document */
* { 
		margin:0;
		padding:0;
}

html, body, p  {
	background-color: white; /*rgb(74,81,85);*/
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color:black;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 30pt;
}

html, body {
	height: 100%;
}

p {
	margin-left: 5px;
}

img {
    width: 608px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -304px;
    margin-top: -80px;
}