html, body{
	background: #000000;
	height: 100%;
	
}

html {
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
  margin: 0;
  padding-bottom: 8px;
}

#flashcontent {
	height: 95%;
}


body{
	background:black;
	font-family: Helvetica, Arial;
	color: #aaa;
	text-align: center;
	}
	
a:link, a:visited{
	color:white;
}	

a:visited{
	text-decoration: none;
}

a:hover{
	color: #f9da70;
}

img{
	border: 0;
}
h1{
	font-variant:small-caps;
	font-weight: 400;
	font-size: 16pt;
	margin: 5px 10px;
	color: #778;
	}
	
p{
	font-size: 10pt;
	
	line-height: 12pt;
}	
table.content{
	margin: auto auto;
	border-spacing: separate;
	text-align: left;
}

span.item{
}

span.item a:link{
	text-decoration: none;
}
table.content td.maincol{
	width: 400px;
	text-align: center;
}

table.content td.sidecol.listing{
	font-size: 8pt;
}
table.content td.sidecol{
	font-size: 9pt;
	line-height: 11pt;
	width: 200px;
}

div.wrapper{
	margin-top: 70px;
}