@charset "utf-8";
/* CSS Document */

#flashcontent {
	height: 100%;
	font: 14px 'Trebuchet MS', arial, sans-serif;
	color: #999;
	text-align:center;
}
h1 {
	font-size: 20px;
	color: #009;
	font-weight:bold;
}
h2 {
	font-size: 15px;
	color: #C30;
	font-weight:bold;
}
h3 {
	font-size: 15px;
	color: #009;
	font-weight:bold;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height:100%;
	width: 100%;
}
#flash{
	display: block;
}
html{
	margin:0;
	padding:0;
	height:100%;
	width: 100%;
}
.toplinks a {
	color: #C30;
	text-decoration: none;
}


