  @charset "UTF-8";
/* CSS Document */

/*TABLE LAOUT*/

table.muedu {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #ccc;
    border-bottom: 1px solid #ccc;
	width:500px
}
table.muedu th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #ccc;
}
table.muedu td {
    text-align: left;
    border-top: 1px dotted #ccc;
    padding: 0.2em 0.5em;
}
table.muedu thead th {
    text-align: left;
    border-bottom: 1px solid #ccc;
}
table.muedu th.Corner {
    text-align: left;
}

.body_bold
{font-weight:bold;
}

.body_italic
{font-style:italic;

}
.body_red
{color:#CC0000;
}
