html {
		height: 100%;
		overflow: hidden;
	}
	
#flashcontent {
		height: 100%;
}

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #eee3cc;
	}
#noFlash{
	padding-top:11px;
	margin-left:33px;
}

.description{
	color: #4c433e;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
a:link {
	color: #f7941e;
	text-decoration: underline;
	font-weight:bold;
	
}
a:visited {
	color: #f7941e;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	color: #f7941e;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #f7941e;
	text-decoration: underline;
	font-weight:bold;
}


