html, body {
	height: 100%;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9pt;
	background: #ffffff;
	text-align:center;
	font-weight: normal;
	color: #D0D0D0;
	line-height: 12pt;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}

.container {
	display: table;
	height: 100%;
	width: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
	/* For IE6/7 */
    position: relative;
 top:expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + " px");
}
.content {
	/* center horizontally */
    margin: 0 auto;
	width: 800px
	;
}

a, p, h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #D0D0D0;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1 {
	margin:0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 1px;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
}

h2 {
	margin:0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	line-height: 10pt;
}