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

body {
	background-color: #000000;
	margin-left: 50px;
	margin-top: 30px;
	background-image: url(images/smplBG.gif);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}

#gHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
#gBody{

}
#gFoot{
	position: fixed;
	bottom: 20px;
}