
body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:70%;
}


div#header, div#subcol, div#xcol, ul.headLinks,div#advert, div#sectionheader, div#sectionnav, div#footer {
	display:none;
}

div#maincol {
	margin-top:100px;
}

div#printheader {
	position:absolute;
	top:0px;
}

p.subtitle, div.title {
	font-weight:bold;
	font-size:1.1em;
}

.noprint {
	display:none;
}

th {
	vertical-align:top;
}

table.basicDetails th {
	text-align:left;
}


div#imageAndCaption {
	/*width: 120px;*/
	float: left;
	margin: 0px 15px 15px 0px;
}
	
div#imageAndCaption img {
	/* width: 120px; 
	border: 1px solid #0b0b0b;
	*/
}
	
div#imageAndCaption p {
	margin: 0;
	padding: 0;
	font-size:86%;
	font-weight:bold;
	
	/*font-style:italic;
	color:#6d6d6d;*/
	}

.ArticleImageLeft, .ArticleImageRight {
	margin-bottom:4px;
}

.ArticleImageLeft, .mainimage {
	float:left;
	margin-right:4px;
}

.ArticleImageRight {
	float:right;
	margin-left:4px;
}

.mainimage img, .ArticleImageLeft img, .ArticleImageRight img {
	border:1px solid #999999;
}

.caption {
	font-size:86%;
	font-style:italic; 
}



/* holidays */

.holidaysdate h4 {
	clear:both;
	float:left;
	margin:0px;
}

.holidaysdate p.exchange {
	margin:0px;
	margin-left:120px;
}

.holidaysdate {
	margin-top:6px;
	margin-bottom:6px;
	padding-bottom:6px;
	background-image : url(../../graphics/dot_bg.gif);
	background-repeat : repeat-x;
	background-position : 0 100%;
}

dt {
	width:140px;
	float:left;
	border:0px;
	padding:0px;
	margin:0px;
	font-weight:bold;
	clear:both;
	_height:0px;/* 3px jog bug - assign a height for IE and it'll work */
	display: inline; /* leave this in - IE float bug */
}	

dd {
	border:0px;
	padding:0px;
	margin:0px 0 8px 160px;
	text-indent:0px;
	display:block;
	_height:0px;/* 3px jog bug - assign a height for IE and it'll work */
}