/* CSS Document */
table.main{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
td.flashholder{
	text-align: center;
	height: 100%;
	width: 100%;
}
html, body {
	margin: 0;
	background-color: #ffffff;
	overflow:hidden;
	height: 100%;
}
body, td, p, noscript{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	color: red;
}

a:hover{
	color: black;
	text-decoration: none;
}

div.textversion{
	width: 720px;
}
