/* CSS Document */

body {background-color:#faeece}

/* text configuration */ 
.txt1 {color:#a16a58; font-family:Arial; font-size:10px}

.txt2 {color:#a16a58; font-family:Arial; font-size:12px} 

.txt3 {color:#333333; font-family:Arial; font-size:12px} 

.txt4 {color:#333333; font-family:Arial; font-size:12px; font-weight:bold} 

.txt5 {color:#333333; font-family:Arial; font-size:14px; font-weight:bold} 

.txt6 {color:#333333; font-family:Arial; font-size:10px}

.txt7 {color:#333333; font-family:Arial; font-size:12px; font-style:italic; font-weight:bold} 


/* Links */ 
a.lks:link {color: #a16a58; text-decoration: none; font-family:Arial; font-size:10px; font-weight:bold}
a.lks:visited {color: #a16a58; text-decoration: none; font-family:Arial; font-size:10px; font-weight:bold}
a.lks:hover {text-decoration: underline; font-family:Arial; font-size:10px; font-weight:bold}

/* 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:#FFFFFF
}

.table_left {
background-image:url(image/left_line.jpg)
}

.table_right {
background-image:url(image/right_line.jpg)
}

.table_bottom {
background-image:url(image/bottom_middle.jpg)
}

.table_index {
background-color:#9b978d;
text-align:center;
}