.content {
text-align: justify;
width: 100%;
}
.content A:hover {
color: #EB7A53;
text-decoration: none;
}
.content h1 {
font: bold 12px Arial, sans-serif;
margin: 10px 0;
}
.content p {
margin: 0 0 10px;
}
.content ul, ol {
margin: 0 0 20px;
padding: 0 0 0 25px;
}
.content ul li, .content ol li {
margin: 0;
padding: 0 0 0 5px;
}
.content table {
font-size: 100%;
width: 100%;
margin: 0 0 15px;
border-collapse: collapse;
}
caption {
font-weight: bold;
padding: 0 0 5px;
}
.content td, .content th {
font-size: 100%;
text-align: left;
vertical-align: top;
padding: 3px 5px;
border: 1px solid #EB7A53;
}
.content img {
margin: 0 15px 15px 0;
}
hr {
width: 100%;
height: 1px;
color: #EB7A53;
background-color: #EB7A53;
border-width: 0;
margin: 0 0 10px;
}
.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 15px 0;
}
.content .img_right {
margin: 0 0 15px 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;
}
.content td.t_mid, .content th.t_mid {
vertical-align: middle;
}
.content tr.t_mid td, .content tr.t_mid th {
vertical-align: middle;
}
.content td.t_bot, .content th.t_bot {
vertical-align: bottom;
}
.content tr.t_bot td, .content tr.t_bot th {
vertical-align: bottom;
}
.content tr.t_center td, .content tr.t_center th {
text-align: center;
}
.content tr.t_right td, .content tr.t_right th {
text-align: right;
}
