/* CSS Document */

html {
	height: 100%;
	width: 100%;
	/*overflow:auto;*/
}

#flashcontent {
	/*width: 100%;
	height: 100%;*/
	height: 768px;
	width: 100%;
}
	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


a {
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#37BEFF;
	/*color:#99FF00;*/
	font-weight:bold;
	text-decoration:underline;
}

/*p {
	color:#FF0000;
}*/