@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin-top: 0px;
	background-color: #000000;	
	
}

#box {
	position:relative;
	margin:0px auto;
	width: 900px;
	height: 5px;
	padding: 5px;
	z-index: 10;
	
}
#foot {
	position:absolute;
	left:0px;
	top:503px;
	width:900px;
	height:33px;
	z-index:11;
}


Text	{
	font-family:verdana;
	font-size:10px;
	text-decoration:none;
	color:#CCCCCC;	
}
.Text	a	{
	font-family:verdana;
	font-size:10px;
	color:#CCCCCC;
}
.Text	a:visited {
	font-family:verdana; 
	font-size:10px; 
	color:#CCCCCC;
	text-decoration:none;
}
.Text	a:hover	{
	font-family:verdana;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	background-color: #CCCCCC;
}

Text14	{
	font-family:verdana;
	font-size:14px;
	text-decoration:none;
	color:#CCCCCC;	
}
