body {
	margin: 0;
	padding: 0em;
	background-color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #777777;
	font-size: 11px;
	height: 100%;
}
html {
   height: 100%;
}
#flashcontent {
   height: 100%;
}

a:link.bodlink {
	color:#C80120;
	text-decoration: none;
}
a:visited.bodlink {
	color:#C80120;
	text-decoration: none;
}
a:hover.bodlink {
	color:#333333;
	text-decoration: none;
}