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

a {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10px;
}
a:hover {
	color: white;
}
body {
	margin: 0;
	padding: 0;
	overflow: auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#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;
}
#noflash h1 {
	font-size: 13px;
}
#content p {
	font-size: 10px;
}

#dmologo {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#dmologo a {
	display: block;
	width: 69px;
	height: 26px;
	background-repeat: no-repeat;
	background-image: url(dmologo.gif); 
}
#dmologo a:hover {
	background-position: 0px -26px;
}
#dmologo a span {
	display: none;
}