/*=============== font decoration ===============*/

.b {
	font-weight: bold;
}

.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #ff3b26;
}

.orange {
	color: #FF6600;
}

.blue {
	color: #00bfff;
}

.yellow {
	color: #FFD800;
}

.green {
	color: #008000;
}

.olive{
	color: #556b2f;
}

.brown{
	color: #8d6449;
}

.gray{
	color: #808080;
}

.t10 {
	font-size: 10px;
}

.t11 {
	font-size: 11px;
}

.t12 {
	font-size: 12px;
}

.t13 {
	font-size: 13px;
}

.t14 {
	font-size: 14px;
}

.t15 {
	font-size: 15px;
}

.t16 {
	font-size: 16px;
}

.t17 {
	font-size: 17px;
}

.t18 {
	font-size: 18px;
}

.t19 {
	font-size: 19px;
}

.t20 {
	font-size: 20px;
}

.t21 {
	font-size: 21px;
}

.t22 {
	font-size: 22px;
}

.t23 {
	font-size: 23px;
}

.t24 {
	font-size: 24px;
}

.t25 {
	font-size: 25px;
}

.t26 {
	font-size: 26px;
}

.t27 {
	font-size: 27px;
}

.t28 {
	font-size: 28px;
}

.t29 {
	font-size: 29px;
}

.t30 {
	font-size: 30px;
}

.t31 {
	font-size: 31px;
}

.t32{
	font-size: 32px;
}

.t33 {
	font-size: 33px;
}

.t34 {
	font-size: 34px;
}

.t35 {
	font-size: 35px;
}

.t36 {
	font-size: 36px;
}

.t37 {
	font-size: 37px;
}

.t38 {
	font-size: 38px;
}

.t39 {
	font-size: 39px;
}

.t40 {
	font-size: 40px;
}

.t41 {
	font-size: 41px;
}

.t42 {
	font-size: 42px;
}

.t43 {
	font-size: 43px;
}

.t44 {
	font-size: 44px;
}

.t45 {
	font-size: 45px;
}

.t46 {
	font-size: 46px;
}

.t47 {
	font-size: 47px;
}

.t48 {
	font-size: 48px;
}

.t49 {
	font-size: 49px;
}

.t50 {
	font-size: 50px;
}

.t51 {
	font-size: 51px;
}

.t52 {
	font-size: 52px;
}

.t53 {
	font-size: 53px;
}

.t54 {
	font-size: 54px;
}

.t55 {
	font-size: 55px;
}

.t56 {
	font-size: 56px;
}

.t57 {
	font-size: 57px;
}

.t58 {
	font-size: 58px;
}

.t59 {
	font-size: 59px;
}

.t60 {
	font-size: 60px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/* other */

.line1-1{
	border-bottom:solid 1px #000000;
}

.line2-1{
	border-bottom:solid 1px #FF0000;
}

.line3-1{
	border-bottom:dashed 1px #000000;
}

.line4-1{
	border-bottom:dashed 1px #FF0000;
}

.line1-2{
	border-bottom:solid 2px #000000;
}

.line2-2{
	border-bottom:solid 2px #FF0000;
}

.line3-2{
	border-bottom:dashed 2px #000000;
}

.line4-2{
	border-bottom:dashed 2px #FF0000;
}

.line4-3{
	border-bottom:dashed 1px #550000;
}


.line10-2{
	border:solid 2px #000000;
}

.line11-2{
	border:solid 2px #FF0000;
}

.bg01{
	background: url("html/images/text_bg01.gif");
	padding:0 5px 0 5px;
}

.bgred{
	background-color:#FF0000;
	padding:0 5px 0 5px;
}

.bgyel{
	background-color:#fff09e;
	padding:0 5px 0 5px;
}

.bgore{
	background-color:#FF5500;
	padding:0 5px 0 5px;
}

.bgbrown{
	background-color:#762f07;
	padding:0 5px 0 5px;
}

.bggray{
	background-color:#777777;
	padding:0 5px 0 5px;
}

/*=============== font decoration ===============*/
