/* CSS Document */

.Head
	
	{
	font-family: Gill Sans, Trebuchet MS, Arial, sans-serif; 
	font-size: 20px;
	font-weight:normal; 
	color: #fff;
	

	}
	
	.Normal
	{
	font-family: Gill Sans, Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight:normal; 
	color: #000;
	}


	
.title

	{
	width:auto;
	height:auto;

	}
	
	
.content

	{
	width:auto;
	*width:auto;


	}


.black_bg
	{
	width:560px;
	height:40px;
	*height:62px;
	background-color:#000000;
	padding-top:22px;
	text-align:center;
	}

