html {
	overflow-y: scroll;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #000000;	
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #636781;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.smaller td, th {
	font-size: 11px;
}
.bgMainLeft {
	background-image: url(gfx/bg_main_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bgMainRight {
	background-image: url(gfx/bg_main_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bgSub {
	background-image: url(gfx/bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgDelimiter {
	background-image: url(gfx/delimiter_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bgCopy {
	background-image: url(gfx/bg_copy.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 40px;
}
.copy {
	font-size: 9px;
	color:#999999;
	background-color: #000000;
	padding: 5px 15px 25px 15px;
}
#flashcontent {
	width: 936px;
	height: 254px;
}