body {
	background-color:#000000; 	/* page background */
	color:#FFFFFF; 				/* page text color*/
	font:normal 12px Arial, Helvetica, Sans;
	margin:0;
}

#showit {
	width:600px;		/* swf width */
	height:400px;		/* swf height */
	position:relative;
	margin:0 auto;
}

#showit h1 {
	font:bold 28px "Times New Roman", Times, serif;
	font-style:italic;
	margin:5px 0 0 0;
	text-align:center;
	color:#FFFFFF;			/* title color */
}

#showit h2 {
	font:normal 18px "Times New Roman", Times, serif;
	font-style:italic;
	margin:5px;
	text-align:center;
	color:#FFFFFF;			/* subtitle color */
}

.showit_error {
	margin:20px;
	border:2px solid #990000;
	padding:20px;
	color:#990000;
	background-color:#cc7f7f;
	font-size:12px;
	text-align:center;
}

.showit_error a:link, .showit_error a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.showit_error a:hover, .showit_error a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#990000;
}
