* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

a:link{color: #2244DD; text-decoration:none}
a:active{color: #DD2222; text-decoration:none}
a:hover {color: #FFFFFF; text-decoration:none}
a:visited{color: #8800BB; text-decoration:none}

body {
	background-color:#A4BAEC;
	text-align:center;  /* horiz center for IE Win */
	}

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

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

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

p.logo {
	margin-left:0px;
	font-family:arial;
	font-size:11px;
	color: #010400;
	}

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

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

#flashcontent {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:600px;
	width:100%;
	clear:left;
	}
	
embed:focus { outline:none; }
