	
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: auto;
	}

#wrapper {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
   }


	#flashcontent {
	width:100%;
	text-align:center;
	position:absolute; 
	margin-left: -450px;
	top: -300px;
	left: 50%;
	width: 900px;
	height: 600px;
	visibility: visible
	}
/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
	}
	
a:link, a:visited, a:active{
font-size:12px;
	color:#e88a04;
	text-decoration:underline;
}
a:hover{
	color: #666666;
	text-decoration:underline;
}


.bold { 
		font-weight:bold;

}
.header {
color:#999999;
font-size:18px;
}
.name {
color:#838585;
font-size:14px;
}	
.dash {
color:#cc3300;
font-size:14px;
}
.i{
font-style:italic;
}
.color{
	color:#024060;
	
}

	
