/*
-----------------------------------------------
Client: RFAblation.co.uk
Description: Printable
Author: Copious Ltd - www.copious.co.uk
Copyright: 2006 Copious Ltd
Version:  7 July 2006
----------------------------------------------- */

/* General setup
----------------------------------------------- */



/* Overall layout rules
----------------------------------------------- */

body { 
	background: white;
	font-family: times;
	color: black;
	margin: 0;
	padding: 0;
  	 }
	 
#wrapper	{
	width: 96%;
	border: 0;
	margin: 0;
	padding: 0;
	background: white;
	background-image: none;
	}	
	 
	 
	/* General Typography
----------------------------------------------- */
h1, h2, h3, h4, h5, h6	{
	font-family: times;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	}
	
	
h1 {
	color: Gray;
	margin: 1em;
	padding: 0;
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
	text-align: center;
	}
	
h1 span {
	color: Gray;
	font-size: 22pt;
}
	
h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
	}

p {
	color: #333;
	margin: 0 0 1em 0;
	font-size: 10pt;
	line-height: 130%;
	font-style: normal;
	text-align: justify;
	}
	
address {
	color: #333;
	margin: 0;
	font-size: 10pt;
	font-style: italic;
	}
	
ul, ol, dl {
	color: #333;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 10pt;
	}
	
dl {
	color: #333;
	margin: .4em 0 1em 40px;
	padding: 0;
	font-size: 10pt;
	}
	
dt {
	margin: .4em 0 0 0;
	font-weight: bold;
}

dl.advisors {
	margin: .4em 0 1em 0;
	}
	
ul.action {
	color: #333;
	border-top: 1px solid black;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	line-height: 1em;
	list-style-type: none;
	text-align: right;
	}
	
ul.gravitas {
	color: #333;
	margin: 0 0 1.4em 0;
	padding: 0;
	font-size: 10pt;
	font-style: italic;
	line-height: 1em;
	list-style-type: none;
	text-align: right;
	}
	
ul.treatment, ul.referral-addy { 
	color: #333;
	margin: 0 0 1.4em 40px;
	font-size: 10pt;
	line-height: 1.2em;
	}
	
ul.treatment li.organ { 
	margin: 0 0 0 0;
	font-size: 12pt;
	font-weight: bold;
	list-style-type: none;
	}
	
ul.contact, ul.founder  {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 10pt;
	list-style-type: none;
	}
	
#footer {
	border: 1px solid black;
}

ul#ctaf {
	color: #333;
	margin: 0;
	padding: .4em;
	font-size: 10pt;
	font-style: italic;
	line-height: 100%;
	list-style-type: none;
	text-align: center;
	}
	
#copyright p {
	text-align: center;
}


	
	
/* General linkology
----------------------------------------------- */
		
a:link, a:visited {
	color: #333;
   font-weight: bold;
   text-decoration: none;
   }
	
	
/* Main Hide me
----------------------------------------------- */
	
.skiplink,
#leftcol,
form,
.topper,
img,
#form_info p,
#form_info h3,
#form_info h4,
.hide,
#print,
p.micro-form,
#form-info,
ul.little-links,
ul.download-links,
hr  {
	display: none;
	}










