/* CSS Document */

a:link { text-decoration:none; font-weight:bold; color:#CCCCFF; }
a:link { text-decoration:none; font-weight:bold; color:#CCCCFF; }
a:visited { text-decoration:none; font-weight:bold; color:#CCCCFF; }
a:hover { text-decoration:none; font-weight:bold; background-color:#808080; }
a:active { text-decoration:none; font-weight:bold; background-color:#808080; }

		
	html, body {

		/* overflow-y: hidden */
		background-color: #181818;		
		font-family: verdana, arial, helvetica, sans-serif,"Trebuchet MS";
		margin: 0;
		padding: 0;
		height: 100%;
		text-align: center;
	}
	
	table#global {
		width: 100%;
		height: 100%;
		border-spacing: 0;
	}

	td#global-td {
		vertical-align: middle;
	}

	div#global-div {
		width: 800px;
		margin: 0 auto;
	}



	div#header {
		text-align: center;
		background-color: #181818;
		width: 100%;
		height: 100%;
		padding: 0 0 0 0;
		font-size:8pt;
		color:#CCCCFF;
	}
	
	div#intro {
		width: 100%;
		height: 413px;
		padding: auto;
	}

	div#flashcontent {
		width: 100%;
		height: 413px;
	}
	
	div#flashcontentold {
		width: 100%;
		height: 413px;
	}

	div#footer {
		text-align: center;
		background-color: #181818;
		width: 100%;
		height: 100%;
		padding: 0 0 0 0;
		font-size:8pt;
		color:#CCCCFF;
	}		

