.previous-next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.crumb { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}
.crumb A { color: #666666; text-decoration: none; }
.crumb A:hover { color: #666666; text-decoration: underline; }

.bodycopy {	font-family: "Times New Roman", Times, serif; font-size: 13px; color: #000000; }
.bodycopy A { color: #3E5D57; text-decoration: underline; }
.bodycopy A:hover{ text-decoration: none; }

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #000000;
}

/* --------------------------- Nav stuff --------------------------------- */
#nav {
width: 168px;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav a
{
	font: 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 4px 6px;
	width:100%;
	color: black;
	text-decoration: none;
}

#nav a:hover {
	background: #eee;
}

#nav li {position: relative;}

#nav ul ul 
{
	position: absolute;
	top:0px;
	margin-top: 0px;
	margin-left:0px;
	left: 100%;
	width: 100%;
}

#nav ul ul li
{
		border-bottom: 1px solid #fff;
}

#nav ul li.parent a
{
	background: #fff url("/english/images/annual_report/nav_arrow.gif") no-repeat center right;
}
#nav ul li.parent li a
{
	background: #eee none;
}
#nav ul li.parent li a:hover
{
	background: #fff none;
}
#nav ul li.parent a:hover
{
	background: #eee url("/english/images/annual_report/nav_arrow.gif") no-repeat center right;
}

div#nav ul ul,
div#nav ul li:hover ul ul
{display: none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul
{display: block;}

body {
behavior:    url("/css/style_v2_files/csshover.htc");
font-size: 100%;
} 

#nav ul li {float: left; width: 168px; }/* Width is a hack, should  be 100% width flows over without it*/
#nav ul li a {height: 1%;} 

#nav a, #nav h2 {
font: 0.7em/1.4em arial, helvetica, sans-serif;
} 
#nav h2 {
font-weight:bold;
}
#nav h2 a {
font-size:1.0em;
}