	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

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

h1{
	background-image:url(../images/noflash_title.gif);
	background-repeat:no-repeat;
	width:316px;
	height:64px;
	text-indent:-10000px;
	margin-bottom:0px;
}

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


