* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

a:link{color: #0000FF; text-decoration:none}
a:active{color: #FF0000; text-decoration:none}
a:hover {color: #0000FF; text-decoration:none}
a:visited{color: #67256D; text-decoration:none}

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

table,tr,td {
	margin-left:0px;
	}

td.logo {
	width: 240px;
	vertical-align: top;
	}

td.text {
	width: 660px;
	vertical-align: top;
	}
	
p {
	margin-left:40px;
	font-family:arial;
	font-size:11px;
	color: #000000;
	}

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

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

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

#flashcontent {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:600px;
	width:900px;
	clear:left;
	background-color:#EACCEE;
	}
