
A.overview			{
	color: #EEEEEE;
	text-decoration: none;
}

A.overview:hover	{
	color: #EEEEEE;
	text-decoration: underline;
}

H2					{
	font-size: large;
}
html {
	height: 100%;
	overflow: hidden;
}



body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #181818;
	font-family: sans-serif;
	font-size: 10pt;
	color: #EEEEEE;
}
EMBED				{
	background-color: #181818;
	width: 100%;
	height: 100%;
}

OBJECT				{
	background-color: #181818;
	width: 100%;
	height: 100%;
}
UL LI				{
	list-style-type: square;
}

#overview 			{
	color: #EEEEEE;
	text-align: left;
	padding: 10px;
	width: 400px;
}
#flashcontent {
	height: 100%;
}
.cover {
	border: solid 1px #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;	
}

