	/* hide from ie on mac \*/
	html {
		height: 100%;
	}
	
	#flashcontent {
		width: 100%;
		height: 520px;
	}

	/* end hide */

	body {
	height: 628px;
	margin: 20px;
	background-color: %appearance.autoViewer.backgroundColor%;
	background-color: #000000;
	}
	
	#top_nav ul li{
	display:inline;
	margin-left:5px;
	list-style-image: none;
	}	
	
	#header {
	background-color: #000000;
	width: 100%;
	height: 65px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	}
	
	#footer {
	background-color: #000000;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	text-align: center;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 3px;
	}
	
	#top_logo {
	width: 342px;
	float: left;
	}
	
	#top_nav {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #739ED3;
	font-style: normal;
	text-align: center;
	}

a:link {
	color: #5D8CC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #5D8CC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
a:active {
	color: #5D8CC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

.main_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #999999;
}
