* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

a:link{color: #0099FF; text-decoration:none}
a:active{color: #FF0000; text-decoration:none}
a:hover {color: #0099FF; text-decoration:none}
a:visited{color: #CC33FF; text-decoration:none}
	
body {
	background-color:#000000;
	text-align:center;  /* horiz center for IE Win */
	}

table {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	font-family:arial;
	font-size:11px;
	color: #FFFFFF;
	}

p,tr,td {
	margin-left:0px;
	font-family:arial;
	font-size:11px;
	color: #FFFFFF;
	}

td.logo {
	width: 200px;
	}

td.text {
	width: 700px;
	}

p.footer {
	margin-left:-2px;
	font-family:arial;
	font-size:10px;
	color: #FFFFFF;
	}

img {
	border-style: solid;
	border-width: 0px;
	}

#parent { 
	width:1px;
	height:50%;
	background-color:#000000;
	margin-bottom:-48%; /* half of flashcontent's height */
	float:left;
	}

#flashcontent {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:96%;
	width:100%;
	clear:left;
	background-color:#000000;
	}
