* { 
	padding: 0;
	margin: 0 0 0 0;
}

body {
	margin: 0 0 0 0;
	background-color: #d2dbe8;
	background-image: url('../imgs/backIndex.jpg');
	background-repeat: repeat-x;
}

/* 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;
}

/* text attributes */

#normalText {
	font-family: arial;
	font-size: 7pt;
	color: #999;
}

#normalText a {
	font-family: arial;
	font-size: 7pt;
	color: #999;
	text-decoration: none;
}

#normalText a:hover {
	font-family: arial;
	font-size: 7pt;
	color: #b0b0b0;
	text-decoration: none;
}


