@charset "utf-8";
/* CSS Document */

.t_black{
	color:#000000;
	}

.cat{
	text-align:center;
	color:#EE8800;
	}
	
.t_orange{
	color:#EE8800;
	}
.t_blue{
	color:#0066CC;
	}
.t_white{
	color:#FFFFFF;
	}
.t_red{
	color:#FF0000;
	font-weight: bold;
	}

