html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
}

.links {
	font-family: "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: .11em;
	padding-bottom: 34px;
	
}
a:link, a:visited, a:active {
	color: #999999;
	text-decoration: none;
}
a:hover, a:focus	{
	color: #DDDDDD;
	text-decoration: underline;
}
.banner {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 5px;
}

.banner,
.banner a,
.banner a:link,
.banner a:visited,
.banner a:active,
.banner a:hover,
.banner a:focus {
        color: #DDDDDD;
	text-decoration: none;
}
.staticbody {
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
	color: #999999;
	
}
