	
	/* hide from ie on mac \*/
	html {
		height: 100%;
	/*	overflow: hidden; */
	}
	
	#flashcontent {
		height: 520px;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ffffff;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

	/*/*/a{}
body, body td, body th, body p {
  font: x-small/1.2em Geneva, Verdana, Arial, Helvetica, sans-serif; 
  voice-family: "\"}\"";
  voice-family: inherit;
  font: small/1.2em Geneva, Verdana, Arial, Helvetica, sans-serif; 
}

html>body, html>body td, html>body th, html>body p {
  font: small/1.2em Geneva, Verdana, Arial, Helvetica, sans-serif; 
}  

/* */
/* Leave empty comment above Intact */
	
	#header {
	background-color: #000000;
	width: 100%;
	height: 90px;
	}
	
	#footer {
		background-color: #000000;
		width: 100%;
		height: 30px;	
	}
	
	#topic-content {
		background-color: #000000;
		width: 100%;
		height: 520px;	
	}

/* Link styles */

a:link {
  color:#999999; 
}
a:visited {
  color:#99CCCC; 
}
a:hover, a:focus {
  color:#FFCCCC; 
}
a:active {
  color:#99CCCC;
}