/* CSS Document */

html, body {
	height:100%;
	margin:0px;
	padding:0px;
}
#flashcontent {
	height:100%;
}
a {
	color:#1F8A8C;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
span.boldText{
	font-weight:normal;
	color: #FF0000;
}
strong,b {
	font-weight:normal;
	color:#000000;
}
