/*
COLOURS:
Bright Blue: #31b7f8
Slate Blue: #60727c
Dark Blue: #152733
Silver; #e4e9ec

*/


body {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-seif;
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 10pt;
}

img { 
  float:right; 
  margin:1.5em 0 1.5em 1.5em;
}
p img.top { 
  margin-top: 0; 
}

p, ul, li, h1, h2, h3, h4, h5, h6 {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, Georgia, serif;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}
blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#header, .nav, #sidebar1, #logo, .print, #footer {
	display: none;
}