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

	#flashcontent {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width:  100%;
	}
/* end hide */

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


.bold { 
		font-weight:bold;

}
.header {
font-size:16px;
		font-weight:bold;
}
	
.i{
font-style:italic;
}
.small {
font-size:10px;
}
	
