body {
        background-color: #000000;
        margin-top: 15px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
}

body a {
        color: #666666;
        text-decoration: none;
}

body a:hover{
        color: #999999;
        text-decoration: none;
}

body a:visited {
        color: #666666;
        text-decoration: none;
}

body a:visited:hover {
        color: #999999;
        text-decoration: none;
}

td {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

.nav {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

.title {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #999999;
}

.secondary {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}

.copy {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#flashcontent {
	height: 100%;
}

#dropmenudiv {
	position: absolute;
	margin-top: 2px;
	border: 1px solid #333333;
	border-bottom-width: 0;
	font:normal 13px Trebuchet MS;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #333333;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #000000;
}

#dropmenudiv a:hover {
	color: #999999;
	background-color: #333333;
}

