/* CSS Document */








/* table */

table.td2 {
    border:solid 2px #63B32D;
}


table.td1 {
    border:solid 1px #999999;
}


td.td1 {
    border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}


td.td2 {
    border-bottom: solid 1px #999999;
}

td.td3 {
    border-right: solid 1px #999999;
}

td.td4 {
    border-right: solid 1px #999999;
	border-bottom: dotted 1px #999999;
}

td.td5 {
    border-bottom: dotted 1px #999999;
}

td.td6 {
    border-right: dotted 1px #999999;
}