/*
-----------------------------------------------
Name:     screen.css
Designer: Phil Yarrow Consulting Ltd
URL:      Churchill Securities
Date:     15 May 08
----------------------------------------------- */


/* Debbuging 

* { border: 1px solid #f00; }
*/


a img {
  border-width:0;
  border-style:none;
  border-color:#fff;
  color:#fff;
  }

/* typography.css */

html {
	font-size: 80.5%;
	font-family: Arial, san-serif,
}


/* ---------------------------------------
	Global
--------------------------------------- */



h1, h2, h3, h4 {
	margin-bottom: 10px;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

p {
	font-size: 1.1em;
	line-height: 150%;
}

/* Structure */

body {

	padding-right: 25%;
	}

#Rsidebar, #Lsidebar, #Tnavigation, .tabberlive, h2 span, #footer ul {
	display: none;
	}

#footer .legal {
	 font-style:italic;
	 font-size: 80%;
	 border-top: 1px solid #999;
	}

acronym, a {
	text-decoration: none;
	color: #000;
	border: none;
	}

#print img {
	}

.cta{
	font-weight: bold;
	border: 1px dashed #999;
	margin-bottom: 15px;
	padding: 3px;
}

 .cta a {
	display: none;
 }