/* USED IN TOP NAVIGATION */

#navigation {
list-style:none;
line-height:1em;
height:1em;
border:0 px solid #000;
color:#fff;
margin:0
}

#navigation li {
float:left;
text-align:center;
position:relative;
background-color:#808000;
width:100%;
text-indent:0;
margin-left:0;
}

#navigation a {
display:block;
text-decoration:none;
color:#FFFFFF;
padding:.29em 0;
}

#navigation a:hover {
background-color:#000000;
color:#FFFFFF;
}

#navigation ul {
display:none;
position:absolute;
top:1.6em;
text-indent:0;
left:-1px;
list-style:none;
border:solid #000;
border-width:0 1px 1px;
margin:0;
}

#navigation li:hover ul {
display:block;
}

#navigation ul li {
text-align:left;
}

.ftsmall { 
font-size: 8pt;  
}


/* USED IN BODY */

body { 
background-color: #E6E6E6; 
margin:0; 
padding:0; 
font-size:10pt;
font-family:Arial;} 

h1 { 
font-size: 10pt; 
font-weight: bold;
color: #000000;} 


/* UNUSED */

h2 { 
font-size: 10pt; 
font-weight: bold;
color: #003465;} 

.chinese { 
font-family: ËÎÌå, ºÚÌå; 
}

.header { 
font-size: 13pt; 
color: #2B7F6C; 
font-weight: bold; 
}

.top { 
font-size: 10pt; 
color: #F3F1D3; 
font-weight: bold; 
}


.bold { 
font-size: 10pt; 
font-weight: bold;
}

a:link { 
color: #666600
} 

a:visited { 
color: purple; 
} 

a:hover { 
color: red; 
}

a:link.head  { 
color: #FFFFFF;
text-decoration : none;
} 

a:visited.head  { 
color: purple;
text-decoration : none;
} 

a:hover.head  { 
color: purple;
text-decoration : none;
} 

a:link.subnavi, a:visited.subnavi { 
color: #005944;
text-decoration : none;
} 


a:hover.subnavi  { 
color: #000000;
text-decoration : none;
background: #FCFED8;
} 

.alt {
    color: rgb(204,0,51);
    font-size: 10px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: right;
    text-decoration: none;
    vertical-align: top;
}


.left {
    text-align: left;
}

ul           { list-style-type: square; text-indent: 0; word-spacing: 0; 
               margin-top: 0; margin-bottom: 0; margin-left:15; text-align:left }
