@charset "UTF-8";


* {
	margin: 0;
}

body {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color:#000000;
}

/* commented back slash hack v2 \*/
html, body {
	width:100%;
	height:100%;
}
/* end hack */

	#flashContent {
		width: 100%;
		min-height:600px;
 		height:100% !important;
 		height:600px;
	}

	#noFlash {
		padding: 20px;
	}
	
		h1, p, hr {
			margin: 10px;
		}
		
		a:link, a:visited, a:hover {
			color: #6699FF;
			text-decoration:none;
		}
		
		a:hover {
			border-bottom: 1px dotted #6699FF;
		}
		
		img {
			border:none;
		}