/* CSS Document */

body {background-color:#FFFFFF}

/* text configuration */ 
.txt1 {color:#666666; font-family:Arial; font-size:12px} 

.txt2 {color:#7D7B00; font-family:Arial; font-size:12px; font-weight:bold}

/* Links */ 
a.lks:link {color: #666666; text-decoration: none; font-family:Arial; font-size:12px}
a.lks:visited {color: #666666; text-decoration: none; font-family:Arial; font-size:12px}
a.lks:hover {text-decoration: underline; font-family:Arial; font-size:12px}

/* Forms */ 
.texta {
 font-size: 10px;
 background-color: #E5E200;
 border: 1px solid #666666;
}
.texta2 {
 font-size: 12px;
 background-color: #E5E200;
 border: 1px solid #666666;
}

/* table */
.table_gal01 {
background-color:#CCC900;
text-align:center;
}

.table_about {
background-color:#CCC900;
text-align:center;
}
