* { 
	padding: 0;
	margin: 0 0 0 0;
}

body {
	margin: 0 0 0 0;
	background-color: #000;
}

/* used for FLASH index page */
#back_flashIndex {
	width: 400px;
	height: 450px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -225px;
	position: absolute;
	/* background-color: #41a2ab; */
}

#flashIndex {
	width: 400px;
	height: 450px;
	text-align: center;
	margin: auto;
}


/* text FLASH attributes */

#normal_flashText {
	font-family: arial;
	font-size: 7pt;
	color: #fff;
}

#normal_flashText a {
	font-family: arial;
	font-size: 7pt;
	color: #fff;
	text-decoration: none;
}

#normal_flashText a:hover {
	font-family: arial;
	font-size: 7pt;
	color: #ccc;
	text-decoration: none;
}
