/* hide from ie5 mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 20;
	padding: 0;
	background-color: #FFF; 
}

h1 {
	font-family: Georgia,serif;
}

p {
	font-family: Georgia,serif;
	width: 500px;
}

.white {
	color: #FFF;
	text-decoration: none;
}

.white a {
	color: #FFF;
	text-decoration: none;
}

.hide {
	visibility:hidden; 
	overflow:hidden;
	height:0px; 
}
@media print {
	.hide {
		visibility:visible; 
		overflow:auto;
		height:auto; 
	}
	.hide img {
		visibility:hidden; 
		overflow:hidden;
		height:0px; 
	}
	#flashcontent {
		visibility:hidden; 
		overflow:hidden;
		height:0px; 
	}
}
