html, body {
	height: 100%;
	min-height: 720px;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body {
	overflow: auto;
	overflow-x: hidden;
	text-align:center;
	color: #669089;
	font-family: "Helvetica",Verdana,Arial;
}

#holder {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	max-width:inherit;
	min-width:inherit;
}

.information {
    position: absolute;
    left: -9000px;
    top: -9000px;
    height: 20px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #669089;
	text-decoration: none;
}

TD, DIV, SPAN, P {
	font-size: 14px;
	line-height:1.4em;
}

TD.content {
	text-align:left;
	padding-left:25px;
}

object {
	outline:none;
}

a:focus {
	outline:none;
}