@charset "UTF-8";
/* CSS Document */

#menu-it{
	width: 130px;
	height: 280px;
	overlfow: auto;
	font-size: 10px;
	font-family: Arial, Helvetica;
}

#change-it{

	width: 870px;
	height: 290px;
	overlfow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica;
	
	}

#menu-it a, a:visited{
	
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#menu-it a:hover{
	
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background: #CCCCCC;
	text-decoration: none;
}



.header{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.content{
	font-size: 11px;
	font-family: Arial, Helvetica;
}

.middletab{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	
}