html {
	height: 100%;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#noflash {
	margin: 10px;
	padding: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: -10px;
}

p {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

a:link, a:active {
	color: #E51600;
	text-decoration:none;
}

a:hover {
	color: #E51600;
	text-decoration:underline;
}

a:visited{
	color: #E51600;
	text-decoration:none;
}
.image {
	border:0;
}
