body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	background-color: #333333;
}
form {
	margin: 0px;
}
h1 {
	font-size: 18px;
	color: #CC9966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
/* GENERAL */

/* image borders */
a img {
	color: #fff;
}         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
a img, img {
	color: inherit;/* undo the rule above */
	border: none;               /* hide from Netscape 4 */
}                           /* code from W3C - www.w3.org */
}
/* links */
A, A:link, A:visited {
	color: #FFFFFF; /* link_color */
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
A:hover {
	color: #CC9966;
	text-decoration: none;
}
#flashcontent {
	height: 600px;
	width: 900px;
	
}
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 900px;
     height: 600px;
     margin-top: -300px; /* half of the height */
     margin-left: -450px;

}
a.disclaimer:hover {
	color: #FFFFFF;
	text-decoration:  none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
/*footer*/
}
#footerMenuDiv {
	width: 900px;
	margin: 0px auto;
	text-align: right;
	color: #999999;
	line-height: 18px;
}
#footerMenuDiv a, #footerMenuDiv a:visited,  #footerMenuDiv a:link,  #footerMenuDiv a:active {
	color: #999999;
	text-decoration: none;
}
 #footerMenuDiv a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
