/* HTML CSS */

html { 
	height: 100%; 
}

body { 
	background-position: center;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}

#flash {
	height: 100%;
}

/* Flash CSS */

a,a:link,a:hover,a:active {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

.bigblue {
	color: #4B799D;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
}

