@charset "utf-8";
/* CSS Document */
.txt_small{
	font-family: Tahoma, Trebuchet MS;
	font-size: 9pt;
	color:#666666;
}
.txt_small a:link{
	color:#666666;
	text-decoration: none;
}
.txt_small a:visited{
	color:#666666;
	text-decoration: none;
}
.txt_small a:hover{
	color:#999999;
	text-decoration: none;
}
.txt_very-small{
	font-family: Tahoma, Trebuchet MS;
	font-size: 8pt;
	color:#666666;
}
.txt_very-small a:link{
	color:#666666;
	text-decoration: none;
}
.txt_very-small a:visited{
	color:#666666;
	text-decoration: none;
}
.txt_very-small a:hover{
	color:#999999;
	text-decoration: none;
}
.txt_newn{
	font-family: Arial;
	font-size: 8pt;
	color: #333;
}
.txt_newn a:link{
	color: #333;
	text-decoration: none;
}
.txt_newn a:visited{
	color: #333;
	text-decoration: none;
}
.txt_newn a:hover{
	color: #999;
	text-decoration: none;
}
.txt_main-head{
	font-family: Georgia;
	font-size: 22pt;
	color: #444444;
}