body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #0D0D0D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	overflow:scroll;
}
a:link {
	color: #FF7F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF7F00;
}
a:hover {
	text-decoration: none;
	color: #FFA405;
}
a:active {
	text-decoration: none;
	color: #FF7F00;
}
.mainContent {
	width:100%;
	height: 350px;
}

.content {
	width:100%;
	height:100%;
}

p.content_style {
	margin-top:0px;
	margin-left:10px;
}

div.content_scroll {
	width: 100%;
	height: 350px;
	overflow: auto;
	overflow-x:hidden;
}

img, div {
   behavior: url(include/iepngfix.htc);
}

#flashcontent {
	width: 100%;
	height: 350px;
}

