/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999;
	width: 70%;
	text-align: center;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #999999;
	width: 70%;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	width: 70%;
	text-align: left;
}

body {
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div#flashcontent {
	margin-right: auto;
	margin-left: auto;
}
