/* ***
 * Developed by Hemscott IR Studio (HemscottIR.com)
 * for Intertek Group PLC (intertek.com)
 *
 * Author : wislam <wislam at hemscott.co.uk>
 * Created: 2007/03/23
 *
 * *** */


* { margin: 0px; padding: 0px; }

body {
  font-family: Calibri, Lucida Grande, Arial Narrow, Arial;
  font-size: 0.75em;
  color: #637272;
  background-color: white;
}

h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.6em;
  margin-bottom: 8px;
}
h2 {
  font-size: 1em;
  color: #5073C4;
  background-color: inherit;
  margin-top: 1em;
  margin-bottom: 1em;
}
a {color: #3366cc;
text-decoration: none;
}	

a:visited {color: #3366cc;}		
a:hover {text-decoration: underline;}

acronym,
abbr, .abbr {
  border-bottom: 1px dashed #999;
}

#hsbody dl dt {
  display: inline;
  float: left;
}
#hsbody dl dd {
  margin-left: 20px;
}
p {color: #444444; font-size: 11pt; padding-bottom: .5em; clear: left;}
p { margin-bottom: 1em; }



/* *** BEGIN Regulatory News - Story *** */
#hsbody #page_newsitem {
  padding: 10px;
}
#hsbody #page_newsitem #newsitem_banner {
  clear: both;
}
#hsbody #page_newsitem #newsitem_banner .logo {
  float: left;
  margin-right: 10px;
}
#hsbody #page_newsitem #newsitem_banner .lse_msg,
#hsbody #page_newsitem #newsitem_banner .links {
  font-size: 0.8em;
  text-align: right;
}
#hsbody #page_newsitem #newsitem_banner .links {
  clear: both;
}
#hsbody #page_newsitem h1 {
  color: #5073C4;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  margin: 1em -10px;  /* negative margin to undo padding on #page_newsitem */
}
#hsbody #page_newsitem #newsitem_page {
  font-size: 1.2em;
  color: black;
}
/* *** END Regulatory News - Story *** */


/* *** BEGIN Regulatory News - Story - Print Styling *** */
@media print {

#hsbody #page_newsitem {
  padding: 0px;
}
#hsbody #page_newsitem #newsitem_banner {
  display: none;
}
#hsbody #page_newsitem h1 {
  border-bottom: 1px solid #999;
}
#hsbody #page_newsitem #newsitem_page {
}
#hsbody #page_newsitem .disclaimer {
  /*border-top: 1px solid #999;*/
}

}  /* ends media print */
/* *** END Regulatory News - Story - Print Styling *** */



/* *** BEGIN Disclaimer - Hemscott *** */
#hsbody .disclaimer {
  font-size:0.8em;
  /*border-top:1px solid #ccc;*/
  margin-top: 30px;
  clear:both;
}
#hsbody .disclaimer p {
  /*float:left;*/
}
#hsbody .disclaimer .hemscottlink {  }
#hsbody .disclaimer .disclaimerlink{
  float:left;
  font-size: 12pt;
  text-align:right;
}
#hsbody .disclaimer .hslogo {
  float:left;
  background:url("http://miranda.hemscott.com/common/link-logo.png") no-repeat 0 0;
  margin:2px 5px 10px 0px;  /* 10px bottom fixes IE6 */
  height:15px;
  width:68px;
}
#hsbody .disclaimer .hslogo span { display: none; }

/* *** END Disclaimer - Hemscott *** */

form, input, textarea, select {color: #555555; font-size: 10pt;}
input, textarea, select {border: 1px #CCC solid; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; margin: 2px 0;}		
input:hover {background-color: #CCC;}		
table	{border-collapse: collapse; }
th, td	{padding: 6px;}
th	{font-size: 11pt; text-align: center; vertical-align: bottom;}
td	{font-size: 10pt; text-align: left; vertical-align: top;}		
.rnstableheading {font-size: 12pt; font-weight: bold;}	



