/* CSS Document */

/*#flashcontent {
/*		width: 300px;
		height: 300px;
		float: left;
		margin: 15px 20px;*/
/*}
body,td,th {
	font-size: 12px;
	color: #939EA6;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #4B5E6A;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}*/
html {
	height: 98%;
	margin:10px;
	overflow: hidden;
}
	
#flashcontent {
	max-height:640px;
	/*height:auto !important;*/
	height: 100%;
	max-width:986px;
	/*width:auto !important;*/
}
#container {
	height: 100%;
}
	/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #4B5E6A;
}
body,td,th {
	font-size: 12px;
	color: #939EA6;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;

