/* hide from ie on mac \*/
html {
	height: 100%;
	/* overflow: hidden; */
}
	
#flashcontent {
	height: 100%;
	height: 640px;	
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentinfo {
	width:300; 
	vertical-align: top;
	text-align: left;
	font-size: 16px;
}
.contentview {
	width:60%; 
	height:100%;
	vertical-align: top;
	font-size: 16px;
}
.imageview {
	width:80%; 
	height:100%;
	vertical-align: top;
}
.menuview {
	width:20%; 
	height:100%;
	vertical-align: top;
}
.menuviewB {
	width:20%; 
	height:100%;
	vertical-align: top;
	font-size: 14px;
	font=weight: bold;
}
A {
	color:silver;
	text-decoration: none;
}	

A:hover {
	text-decoration: underline;
}
