body, html {
	background-color: #DDD;/**/
}

a:link {
	color: #999;
	text-decoration: underline;
}

a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #F99400;
	font-weight: bold;
	text-decoration: underline;
}

#flashcontent {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	margin-right: auto;
	text-align: center;
	background-color: #DDD;
}


#noFlash {
	background-color: #FFF;
	color: #999;
	text-align: left;
	padding-left: 7%;
	position: relative;
	padding-bottom: 30px;
	padding-right: 5%;
	margin-top: 10%;
	margin-right: 15%;
	margin-left: 15%;	/*height: 60%;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
#noFlash_header {
	text-align: right;
}
h2 {
	font-size: 1em;
}

/*#noFlash p, h1, h2 {
	background-color: #FFF;
}*/
h1 {
	font-size: 1.2em;
}
