/*
 CSS for BBAS Article
 Author: Chin-Tang Chang <ctchang@gate.sinica.edu.tw>
 Date: Wed Apr 28 16:29:31 1999
*/

/* Article */

body {
	background: #FFF;
}

table.indexItem {
	background: #FFF;
}

/* Navigation Bar */

table.navbar {
	background: #066;
}
td.navbar, td.navbar a, td.navbar a:visited, td.indexHead, 
td.PrevNext a, td.PrevNext a:visited
 {
	color: #fc0;
	font-family: arial, sans-serif, geneva, helvetica;
	font-size: 10pt;
	font-style: normal;
        font-weight: bold;
}
td.navbar a:hover, td.PrevNext a:hover
{
	color: #fff;
	font-family: arial, sans-serif, geneva, helvetica;
	font-size: 10pt;
	font-style: normal;
        font-weight: bold;
}

table.issueNav { background: #066;
 color: #fc0;
        font-family: arial, sans-serif, geneva, helvetica;
        font-size: 10pt;
        font-style: normal;
        font-weight: bold;
}

/* Cover Block */
.coverBlock {
background: #066;
font-family: arial,helvetica,san-serif;
/*
color: #fff;
font-weight: bold;
padding: 0em;
*/
}
.head1 { color: #fff; font-family: serif; font-size: 25pt;
 font-weight: bold; text-align: center; }
.head2 { color: #fff; font-size: 17pt; font-weight: bold; text-align: left; }
.head3 { color: #fff; font-size: 15pt; font-weight: bold; text-align: right; }
.footer {
color: #fff; background: #066;
font-family: arial,helvetica,san-serif; font-size: 13pt;
font-weight: bold; text-align: left; 
text-indent: 1em;
}

div.indexKey {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:9pt;
}

div.indexTitle {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td.indexLink a
{
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
        font-weight: bold;
}
td.indexLink a:visited
{
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
        font-weight: bold;
}
td.indexLink a:hover
{
	color: #066000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
        font-weight: bold;
}

