@charset "utf-8";

/* Oxford Emerging Markets Ltd. main cascading style sheet v1.0
Created by Tsun Holt Wong
licensed under a Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales License http://creativecommons.org/licenses/by-nc-sa/2.0/uk/

Tested on
Vista x64 / Firefox 3.0.10
Vista x64 / Internet Explorer 8.0.6001.18762
Vista x64 / Google Chrome 1.0.154.65
Vista x64 / Opera 9.64
Vista x64 / Safari 4 public beta 528.17

/* HOUSEKEEPING */
* {
	margin:0;
	padding:0;
}

html {
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
}
body {
}
html, body {
}
#wrapper { /* To push footer to bottom of window */
}

a {
	text-decoration:none;
}
a:hover {
}
img {
	border:none;
}
p {
	padding:5px;
	font-size:11pt;
}


/* HEADER */
#header {
}
#header h1 {
	font-family:Lucida Fax, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30pt;
	text-align:center;
}
#header h1 a {
	color:#000;
	text-decoration:none;
}
#header h1 span {
}


/* TOP NAVIGATION */
#nav {
	display:none;
}


/* MAIN PAGE CONTENT */
#container {
}
/* 2nd level navigation */
#nav_2nd {
	display:none;
}
/* content */
#content {
	font-size:12pt;
}
#content a {
	color:#da5d00;
}
#content ul {
	padding-left:20px;
	padding-bottom:5px;
}
h2 {
	font-family:Lucida Fax, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:26pt;
	padding-left:7px;
	margin-top:20px;
	border-bottom:1px solid #ff6e02;
}
h3 {
	font-size:16pt;
	margin-top:10px;
	padding-bottom:3px;
	padding-left:2px;
	border-bottom:1px solid #ff6e02;
}
h4 {
	font-size:14pt;
	margin-top:5px;
	padding-bottom:1px;
	padding-left:2px;
	border-bottom:1px dotted #ff6e02;
}
h5 {
	font-size:14pt;
	font-weight:bold;
	padding-left:2px;
	margin-top:5px;
}
.source {
	text-align:right;
	font-size:8pt;
}
.tbc {
	color:#999;
}
ul.colist {
	text-align:center;
	margin-top:5px;
	padding:0 !important;
}
ul.colist li {
	display:inline;
	padding-left:10px;
	line-height:30px;
}
ul.colist li a {
	border:none;
}
.quote {
	background:url(images/quote_a.png) no-repeat left 5px;
	padding-left:35px;
}
.quote span {
	background:url(images/quote_b.png) no-repeat right bottom;
	padding-right:35px;
	display:block;
	min-height:30px;
}
.quoter {
	text-align:right;
	font-size:10pt;
	margin-top:-5px;
	margin-bottom:15px;
}
table#itin {
	width:100%;
	background:#eee;
}
#itin td {
	padding:5px;
}
#itin td.date {
	border-bottom:1px solid #ff6e02;
}
.gallery {
	line-height:60px;
	background:url(images/gallery_ico.gif) no-repeat left center;
	padding-left:45px;
}
.clear {
	clear:both;
}


/* FOOTER */
/* Defines footer and pins to bottom of window even when content is insufficient. */
#footer {
	font-size:10pt;
}
#push {
}
#footer div {
	float:left;
	display:none;
}
#footer div ul {
}
#footer div li {
	list-style:none;
	float:left;
}
#footer div li + li {
	display:none;
}
#footer div a {
	color:#000;
	text-decoration:none;
}
#footer div a:hover {
	border-bottom-style:solid;
}
#footer div+div {
	float:right;
	display:block;
}