@charset "utf-8";
/* CSS Document */

body,html
{
	height: 100%;	
}
body
{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	background: url(../images/back_content.jpg) center top no-repeat #010001;
	line-height: 160%;
}
td
{
	font-size:12px;
}
a
{
	text-decoration: none;
	color: #888888;	
}
a:hover
{
	color: #aaaaaa;	
}

.menuItem
{
	font-size:12px;
	color:#b8b7b7;
	padding-left:12px;
	padding-right:12px;
}

.menuItem a:hover
{
	font-size:12px;
	color:white;
	
}

img
{
	border:0px;
}