/*-----------------------------------------------------------------------------
INSPIRE CONSULTING AND COACHING LTD Style Sheet for print only

version:   1.0
author:    FAT FREE DESIGN
email:     info@fatfreedesign.co.uk
website:   http://www.fatfreedesign.co.uk/
Copyright 2006
All Rights Reserved
----------------------------------------------------------------------------- */


body {
	font-family: serif;
	font-size: 12pt;
	background-color: none;
	color: #000;
	background: none;
}

.body_orange {
	background: none;
}

.body_blue {
	background: none;
}

#masthead, #main_nav, #main_nav_blue, #sub_nav_container, #sub_nav_menu, #sub_nav_top, #sub_nav_bottom, #sub_nav_top_blue, fieldset {
	display: none;
}

a:link a:visited {
	color: #666;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	color: #333;
}

h1 {
	font-size: 16pt;
	color: #000;
}

h2 {
	font-size: 14pt;
	color: #000;
}

h3 {
	font-size: 12pt;
	color: #000;
}

h6 {
	font-size: 8pt;
}

#container {
	background: none;
}

#container_blue {
	background: none;
}

#main_content_container {
	text-align: left;
	background: none;
}

#main_content_container p {
	line-height: 12pt;
	color: #000;
}

#main_content_container img {
	display: none;
}

#main_content_container p.firstpara {
	font-weight: bold;
}

#main_content_container p.quote {
	font-style: italic;
}

#main_content p.questions {
	font-weight: bold;
}

#main_content_container_bottom {
	background: none;
}

#main_content_container_bottom_blue {
	background: none
}

/* =Table specs
----------------------------------------------------------------------------- */
caption {
	font-weight: bold;
	text-align: left;
}

table {
	border: 1px solid #000;
	width: 75%;
}

th {
	background-color: #ccc;
	text-align: left;
	border: 1px solid #000;
	font-weight: bold;
	padding: 0.5em;
}

td {
	background-color: none;
	text-align: left;
	border: 1px solid #000;
	padding: 0.5em;
}

.odd {
	background-color: #ccc;s
}