#homeText
{
	position: absolute;
	width: 255px;
	margin-top: 10px;
}

#homeText1
{
	color: #FFF;
	font-family: trebuchet MS, verdana, sans-serif;
	font-size: 16px;
	margin: 50px 10px 15px 15px;
	line-height: 18px;
}

#homeText2
{
	color: #FFF;
	font-family: trebuchet MS, verdana, sans-serif;
	font-size: 13px;
	margin: 0px 10px 15px 15px;
}

.homeTextLink
{
	color: white;
	text-decoration: underline;
}

a:link.homeTextLink
{
	color: white;
	text-decoration: underline;
}
a:hover.homeTextLink { text-decoration: none; }
a:visited.homeTextLink {color: white; text-decoration: underline;}
a:visited:hover.homeTextLink {color: white; text-decoration: underline;}

#flashcontent {
	margin: 0px;
	left: -30px;
	overflow: visible;
	position: relative;
	width: 696px;
	height: 299px;
}


/* STYLES FOR THE TAKE OVER PAGE */
#takeover
{
	width: 100%;
	position: relative;
}
#takeoverIMG
{
	position: absolute;
	
	top: -290px;
	right: 400px;
	/*
	top: 0px;
	right: 0px;*/
	/* for IE */
Ê 	filter:alpha(opacity=0);
Ê 	/* CSS3 standard */
Ê 	opacity:0;
	z-index: 5000;
}

/* END STYLES FOR THE TAKE OVER PAGE */
