.content .t_left {
text-align: left;
}
.content .t_center {
text-align: center;
}
.content .t_right {
text-align: right;
}
.content .t_justify {
text-align: justify;
}
.content .img_left {
margin: 0 15px 5px 0;
}
.content .img_right {
margin: 0 0 5px 15px;
}
.content table.tbl_center td, .content table.tbl_center th {
text-align: center;
}
.content table.tbl_b_n td, .content table.tbl_b_n th {
border: none;
}
hr {
width: 100%;
height: 1px;
color: #E5B338;
background-color: #E5B338;
border-width: 0;
}
