/*
CSS 
*/

/* font color */
.style2 {font-size: 14}
.style3 {font-size: 14px}
.style4 {font-size: 12px}
/* table 01 */

table#table01 {
    width: 360px;
    border: 1px #FF6347 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table01 th {
	padding: 5px;
	border: #FF6347 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #F08080;
}
table#table01 td {
    padding: 5px;
    border: 1px #FF6347 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
/*  table 02 */
table#table02 {
    width: 300px;
    border: 1px #FF6347 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table02 th {
    padding: 5px;
    border: #FF6347 solid;
    border-width: 0 0 1px 1px;
    background: #F08080;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table02 td {
    padding: 5px;
    border: 1px #FF6347 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

/* table 03 */
table#table03 {
    width: 300px;
    border: 1px #FF6347 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table03 th {
    padding: 5px;
    border: #FF6347 solid;
    border-width: 0 0 1px 1px;
    background: #F08080;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table03 td {
    padding: 5px;
    border: 1px #FF6347 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

/* table 04 */
table#table04 {
    width: 310px;
    border: 1px #FF6347 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table04 th {
    padding: 5px;
    border: #FF6347 solid;
    border-width: 0 0 1px 1px;
    background: #F08080;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table04 td {
    padding: 5px;
    border: 1px #FF6347 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
