/* Unchanged */
/*** flaschcontent right ***/

#flashcontent {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}
#flashcontent_inside {
	height: 400px;
	width: 220px;
	margin: 0px;
	text-align: left;
	padding: 10px;
	background-color: #ffffff;
	overflow: auto;
	font: normal 11px verdana;
	line-height: 15px;
	color: #607286;
}

/*** flaschcontent left ***/

#flashcontent2 {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}
#flashcontent_inside2 {
	height: 350px;
	width: 400px;
	margin: 0px;
	text-align: left;
	padding: 10px;
	background-color: #ffffff;
	overflow: auto;
	font: normal 11px verdana;
	line-height: 15px;
	color: #607286;
}
#flashcontent_inside a:link, #flashcontent_inside a:active, #flashcontent_inside a:visited {
	color: #990000;
	text-decoration: none;
}
#flashcontent_inside a:hover {
	color: #990000;
	text-decoration: underline;
}