/*
-----------------------------------------------
Client: FineFighters.co.uk
Description: Printable
Author: Copious Ltd - www.copious.co.uk
Copyright: 2005, Copious Ltd
Version:  14 Aug 2007
----------------------------------------------- */

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



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

body {
	background: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	margin: 0;
  	 }
	 
#wrapper	{
	width: 96%;
	border: 0;
	padding: 0;
	background: white;
	background-image: none;
	}	
	 
	 
	/* General Typography
----------------------------------------------- */

p {
	color: #333;
	margin: 3px 0 10px 20px;
	font-size: 10pt;
	line-height: 130%;
	font-style: normal;
	}
	
address {
	color: #333;
	margin: 0;
	font-size: 10pt;
	font-style: italic;
	}
	
ul, ol, dl {
	color: #333;
	margin: 0 0 14px 40px;
	padding: 0;
	font-size: 10pt;
	line-height: 150%;
	}
	
dl {
	color: #333;
	margin: 0 0 14px 20px;
	padding: 0;
	}
	
dd {
	color: #333;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 10pt;
	line-height: 130%;
	}
	
dt {
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 10pt;
	line-height: 1.2em;
	}
	

h1, h2, h3, h4, h5, h6	{
	font-family: times;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	}

h2	 { 
	color: black;
	margin: 0;
	padding: 0;
	font-weight: bold; 
	font-size: 20pt;
	line-height: 1em;
	}
	
h3, h3 a:visited, h4, h4 a:visited, h5, h5 a:visited	 { 
	color: Black;
	margin: 0;
	padding: 0;
	font-weight: bold; 
	font-size: 16pt; 
	}
	
#footer p {
	color: #333;
	margin: 3px 0 10px 0;
	font-size: 8pt;
	line-height: 130%;
	font-style: italic;
	}

	
/* Main Hide me
----------------------------------------------- */

.skiplink, h1, #topNavContainer, #navTier, #topper, #footNav, #contactForm, fieldset, .inputsend, .hide, .appealBannerCar, .appealBannerBus, img.bigShields  {
	display: none;
	}
	
	
/* Imagery
----------------------------------------------- */
	
img a:link, img a:visited {
   font-weight: normal;
   text-decoration: none;
   }
	
img {
	margin: 10px 0;
   }

	

/* Table Elements
----------------------------------------------- */
	
table {
	background: White;
	clear: both; 
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 100%;
	}

table
	{ border-top: 1px solid #C8C8C8;  border-left: 1px solid #C8C8C8;}

caption
	{ display: none; }

th {
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	background: #DEDED6;
	text-align: left;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 12pt;
	}

td, tr 
{ border-right: 1px solid #C8C8C8;  border-bottom: 1px solid #C8C8C8;  padding: 4px 10px;  font-size: 10pt; }

tfoot {
	background: #DCDCDC;
	color: #6A6A6A;
	padding: 2px 10px 2px 10px;
	text-align: right;
	font-size: 9pt;
	font-style: italic;
	}
	
tr.stripe
	{ background-color: #E2E2E2; }
	
	
/* General linkology
----------------------------------------------- */
		
a:link, a:visited {
	color: #333;
   font-weight: bold;
   text-decoration: none;
   }










