html {
	height: 100%;
	overflow: auto;
}

#flashcontent {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration : none;
	color: #666; 
}

a:hover {
	text-decoration : none;
	color: #333;
}

a:active { 
	text-decoration : none;
	color: #666;  
}

p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 18px;
}
