html {
	/*height: 100%;
	overflow: hidden;*/
}
#flashcontent{
	min-height:532px;
	min-width:655px;
	height: 100%;
	width:100%;
	text-align:left;	
}
#noflash{
	margin: 30px 30px 30px 30px;
	width:600px;
}
#table{
	width:100%;
	height:100%;
	border: 0px solid #cdcccd;
	padding:0;
}
body{
	width:100%;
	height:100%;
	margin: 0;
	padding:0;
	background-color:#000000;
	background-image:url(images/tile.gif);	
}
body, tr, td, input, textarea, button, p, div {
	/*color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing:1px;*/
	color: #999999;
	font-family: CorporateA, Cambria, Times New Roman,serif;
	font-style: Italic;
	font-size: 15px;	
	line-height: 22px;
	text-align: left;
	vertical-align:top;
}
strong{
	font-weight:normal;
	color:#FFFFFF;
}
#logo {
	background-image:  url(images/logo.png);
	background-repeat: no-repeat;
	width:221px;
	height:47px;
}
#logo *{
	visibility:hidden;
}
a{
	color: #FFFFFF;
	text-decoration:none;
	display:inline;
	/*border-bottom: 1px dotted #000000;*/
}
a:hover{
	text-decoration:underline;
}

a *{
	border:0px;
}
