/* CSS Document */

body, table, div, h1, h2, h3, p { 
	margin:0; padding:0
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #000000;
	color: #FFFFFF;
}
h1 {
	font-size:36px; color: #6576ca}
h2 {
	font-size: 18px;
}
h3 {
	font-size:12px; text-transform:uppercase}
p {
	line-height:125%;
}
a	{
	color:#666;
	text-decoration:none}
a:hover	{
	color:#FFF;
}


#flashcontent {
	height: 100%;
}
