*{
	margin: 0;
	padding: 0;
}    

html{
	height: 100%;
	width: 100%;
}
body {
background: #fff;
font-family: Helvetica, Arial;
color: #000;  
width: 100%;
height: 100%;   
/*overflow: hidden;*/
}  

#flashContent {
	width: 100%;
	height: 100%;  
} 

#htmlContent {
	margin: 20px;
}  

h1, h2, h3, h4, h5{
	margin: 10px;
	margin-bottom: 5px;
	line-height: .9em; 
} 

h1{
	color: #222;    
	margin-top: 40px;
	margin-bottom: 15px;
}   

h2{
	font-size: 1.1em; 
	color: #999;   
	margin-top: 30px;
} 

h3{
	font-size: 1.1em; 
	color: #222;
	padding-top: 5px;
}


p{
	margin: 10px;
	color: #666666;  
	width: 600px;  

}   

li{
	margin: 10px; 
	display: inline;
}

img{
	margin: 10px;
}

a:link, a:visited {
	color: #333;      
	text-decoration: none; 
}
a:hover, a:active { 
	text-decoration: underline;
}
