/**************************************
 Default Layout
 **************************************/
body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: 1pt;
    min-width: 810px;
}

a {
    text-decoration: none;
    color: #222;
}

.clearfix {
    content: " ";
    display: block;
    clear: both;
}

/**************************************
 Colortable Layout
 **************************************/
#colortable table {
    white-space: nowrap;
    width: 99%;
    border-collapse: collapse;
    table-layout: fixed;
}

#colortable td {
    border: solid 2px #fff;
    padding: 4px;
    font-size: 10pt;
    background-image: url(./image/c.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

/**************************************
 
 **************************************/
.style1 {font-size: 10pt}
.style2 {color: #000000}
.style3 {font-size: 9pt}

BODY {
	BACKGROUND: #fff; TEXT-ALIGN: center
}
BODY {
	FONT-SIZE: 12px; COLOR: #000000
}
TD {
	FONT-SIZE: 12px; COLOR: #000000
}