	body {
		margin:0;
	}
	div {
		font-family:verdana;
	}
	.left {
		float:left;
	}
	.right {
		float:right;
	}
	a:hover{text-decoration:underline;}
	#flashcontent {
		display:none;
		width:100%;
		text-align:center;
	}
	.logo {
		position:absolute;
		left:0px;
		top:20px;
		width:114px;
		height:74px;
		background:url(images/logo.jpg);
		display:block;
	}
	.brandMsg {
		font-size:10px;
		position:absolute;
		left:3px;
		top:97px;
		width:114px;
	}
	.heading {
		position:absolute;
		left:134px;
		top:20px;
	}
	.noflashbg {
		position:absolute;
		left:134px;
		top:125px;
		width:616px;
		height:316px;
		background:#FF480F;
		opacity:0.9;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	}
	.noflashcontent {
		position:absolute;
		left:144px;
		top:135px;
		width:596px;
		font-size:11px;
		font-weight:bold;
	}
	.noflashcontent .header {
		font-weight:bold;
		color:white;
		font-size:12px;
		margin-bottom:10px;
	}
	.noflashcontent a {
		color:white;
	}
	.noflashcontent table {
		padding:0;
	}
	.noflashcontent th {
		padding:0;
		font-size:11px;
		text-transform:uppercase;
		width:70px;
		vertical-align:top;
		text-align:left;
	}
	.noflashcontent td {
		padding:0 0 10px 0;
		font-size:11px;
		color:white;
		font-weight:normal;
	}
	.noflashcontent .footer {
		position:absolute;
		left:0px;
		top:276px;
		width:596px;
	}
	.noflashcontent .footer a {
		color:white;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		padding-right:14px;
		background:url(images/linkbullet.gif) no-repeat right center;
		text-transform:uppercase;
	}
	.noflashcontent .footer a:Hover {
		color:black;
		background:url(images/linkbullet-over.gif) no-repeat right center;
	}
	#bandwidthchoice {
		color:white;
		font-weight:bold;
		font-size:12px;
		position:absolute;
		left:133px;
		top:411px;
		width:596px;
		background:#FF480F;
		padding:5px 10px 5px 10px;
		display:none;
	}
	#bandwidthchoice a {
		color:white;
		text-decoration:none;
		padding:0 14px 0 20px;
		background:url(images/linkbullet.gif) no-repeat right center;
	}
	#bandwidthchoice a:Hover {
		color:black;
		background:url(images/linkbullet-over.gif) no-repeat right center;
	}
	#footer {
		color:#666666;
		font-size:10px;
		position:absolute;
		left:10px;
		top:472px;
		width:750px;
	}
	#footer a {
		color:black;
		font-weight:bold;
		text-decoration:none;
	}
	#footer a:Hover {
		color:#666666;
	}