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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00101A;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#Flash {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}
#Grad-Top {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:75px;
	z-index:2;
	background-image: url(../Images/Grad-Top.png);
}
#Grad-Left {
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	height:100%;
	z-index:2;
	background-image: url(../Images/Grad-Left.png);
}
body > div#Grad-Left{ _position: fixed; }

#Grad-Bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:75px;
	z-index:2;
	background-image: url(../Images/Grad-Bottom.png);
}
#Grad-Right {
	position:absolute;
	right:0px;
	top:0px;
	width:75px;
	height:100%;
	z-index:2;
	background-image: url(../Images/Grad-Right.png);
}
body > div#Grad-Right{ _position: fixed; }

object {
	outline:none;
}