body{
	margin: 0;
	padding: 0;
	background-color:#FDDB70;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.ts_main{
	border-color:#F4C11C;
	border-style:solid;
	border-width: 1px;
	margin: 4px;
}

.fs_small{
	font-size:10px;
}

.fs_title_red{
	color: #BD1D1D;
	font-weight:bold;
	font-size:20px;
}

.fs_title_black{
	color: #000000;
	font-weight:bold;
	font-size:24px;
}

.fs_user{
	background-color: #FEE49A;
}

.fs_18{
	font-size:18px;
}

.fs_16{
	font-size:16px;
}

.fs_14{
	font-size:14px;
}

.fs_12{
	font-size:12px;
}

.fc_red{
	color: #9C1408;
}