/* Universal Elements */
body {
	background-color: #51789d;	
	margin: 0;
	text-align: center;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	line-height: 16px;
}

#flashcontent {
}

a, a:visited, a:active {
	text-decoration: none;
	color: white;
	margin: 0 30px;
}

a:hover {
	text-decoration: underline
}