@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
a:hover {
	color: orange;
}
body {
	margin: 0;
	padding: 0;
	overflow: auto;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}
#flashcontent {
	width: 100%;
	height: 100%;
	min-width: 1000px; 
	min-height: 600px;
}

#noflash a img {
	font-size: 10px;
	text-decoration: none;
	border: 0;
	color: #CCCCCC;
}

#noflash .float {
	float: left;
}

#content {
	text-align: left;
	clear: both;
	margin-top: 2em;
	width: 20em;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
}
#content h2 {
	font-size: 14px;
}

#content p {
	font-size: 12px;
}

#content ul li ul {
	clear: both;
}

#content ul li ul li {
	float: left;
	width: 120px;
}