* {
	margin: 0;
	padding: 0;
	color: #cccccc;
}

#flashcontent h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a,
a:link,
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {}

a img {
	border: 0;
}

img {
	width: 0px;
	height: 0px;
}

iframe {
	display: none;
}

#flashcontent p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

#flashcontent ul {
	padding-left: 16px;
}
#flashcontent ul li {
	list-style-type: circle;
}

#flashcontent dl {}
#flashcontent dt {}
#flashcontent dd {
	padding-left: 8px;
}

html {
	height: 100%;
	overflow: hidden;
	background-color: #aaaaaa;
}

body {
	height: 100%;
	overflow: hidden;
	font-size: 14px;
}

#flashcontent {
	width: 100%;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	max-width: 1056px;
	min-width: 968px;
	min-height: 648px;
}