/* design */
.top_marquee_flash_01 {
	width: 800px;
	height: 100px;
	float: left;
	background-image: url(images/flash_top_part.gif);
	background-repeat: no-repeat;
	background-color: #003300;
}
.top_marquee_flash_02 {
	width: 795px;
	height: 10px;
	float: left;
	font-size: 0.85em;
	color: #FFFF00;
	text-align: right;
	padding-top: 85px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.top_marquee_flash_02 A:link {color: #FFFF00; text-decoration: none;}	
.top_marquee_flash_02 A:visited {color: #FFFF00; text-decoration: none;}
.top_marquee_flash_02 A:active {color: #FFFF00; text-decoration: none;}
.top_marquee_flash_02 A:hover {color: #FFFFFF; text-decoration: none;}
.flash_interactive {
	width: 780px;
	height: 500px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.flash_animation {
	padding: 10px;
	float: left;
}
.flash_footer {
	width: 780px;
	float: left;
	font-size: 0.85em;
	color: #FFFF00;
	text-align: center;
	padding: 10px;
	background-image:url(images/flash_fade_footer.gif);
	background-repeat: repeat-x;
	background-color: #92278F;
}
.flash_footer A:link {color: #FFFF00; text-decoration: none;}	
.flash_footer A:visited {color: #FFFF00; text-decoration: none;}
.flash_footer A:active {color: #FFFF00; text-decoration: none;}
.flash_footer A:hover {color: #FFFFFF; text-decoration: none;}

