/* CSS Document */

body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	line-height: 1.4em;
}

a { color: #666666; text-decoration: none; }
a:link { color: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #666666; text-decoration: underline; }
a:active { color: #666666; text-decoration: none; }

#topnav {
	background-image: url(images/topnav_bkgrnd2.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 15px auto 0px auto;
	width: 746px;
	height: 36px;
	border: 1px solid #000000;
	padding: 0px;
	text-align: center;
	}

	
#home {
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 744px;
	border: 1px solid #000000;
	text-align: center;
	padding: 2px 1px 2px 1px;
	}
	
		
#main {
	background-color: #FFFFFF;
	margin: 10px auto 0px auto;
	width: 744px;
	border: 1px solid #000000;
	padding: 2px 1px 1px 1px;
	}

	
#content {
	padding: 10px 15px 10px 15px;
}


#hrdotted {
	height: 1px;
	text-align: center;
	border-bottom: 1px dotted #333333;
}


.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.topnav a:linked {
	color: #666666;
	text-decoration: none;
}

.topnav a:visited {
	color: #666666;
	text-decoration: none;
}

.topnav a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.topnav a:active {
	color: #666666;
	text-decoration: none;
}

td.border {
	border: 1px solid #000000;
	padding: 1px;
}


/* these are used for Mandarin at the Mall chart */

td.chart {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 8px 10px 5px 10px;
}

/*td.left {
	border-left: 1px solid #000000;
	padding: 8px 5px 5px 10px;
}

td.right {
	border-right: 1px solid #000000;
	padding: 8px 10px 5px 10px;
} */


UL { 
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

LI {
	margin-left: -10px;
}

.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #DB6130;
}

.charthead {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.footnote {
	font-size: 7pt;
}

SUP { line-height: 0; }

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
}