@CHARSET "ISO-8859-1";

body {
	/*width: 100%;
	text-align: center;*/
}

#flashOuter {
	min-width: 1000px;
}

div.noFlash {
	padding: 20px;
	font-family: Verdana;
	font-size: 12px;
}

div.noFlash div {
	margin-bottom: 12px;
	align: left;
}

div.noFlash li {
	margin-left: 20px;
}

div.noFlashLink {
	background: #2A628D;
	color: white;
	padding: 20px;
	border-radius: 7px;
}
div.noFlashLink a {
	color: white;
}

div.noFlashLink div {
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 9px;
	height: 35px;
	margin: 0px;
	margin-top: 5px;
}

div.icn-flash {
	background-image: url(flash.gif);
}
div.icn-mobile {
	background-image: url(mobile.gif);
	display: none;
}
a.icn-close {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: url(close.png);
}

a:visited
{
	color:blue;
}
