/* hide from ie mac \*/ 
* html {overflow: hidden; } 
* html body {overflow: auto; } 
/* end hack */
html, body {
	height: 100%; 
	margin: 0;
	padding: 0;
}
#swf{
	height:100%;
	height:100%;
	min-height:550px;
	min-width:800px;
}
body{
	background-color:#393A2C;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
table table td{
	text-align:left;
	vertical-align:top;
	padding:5px;
}
td.col{
	border-top:1px solid white;
	width:200px;
}
a:link,a:visited{
	color:#74756B;
}
a:hover,a:active{
	color:#FFF;
}
img{
	border:0;
}
