@charset "utf-8";

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#TopPanel {
	margin:0px auto auto auto; 
	width: 980px;
	height: 70px;
	font-size:14px;
	color: #FFFFFF;
	background-image:url(../images/01.jpg)
}

#TopPanel table{
	width: 650px;
	margin-top:48px;
}

#TopPanel table a:link {
	text-decoration: none;
	color:#FFFFFF;
	font-size:13px;

}
#TopPanel table a:visited {
	text-decoration: none;
	color:#FFFFFF
}
#TopPanel table a:hover {
	text-decoration:underline;
	font-size:13px;
	color:#000000;
}
#TopPanel table a:active {
	text-decoration: none;
}

.MenuBlock{
	width:66px;
	height:26px;
	margin-top:0px;
	background-image:url(../images/02.png);
	background-repeat:no-repeat;
	background-position:top;
}
