﻿
body
{
	background: #fff;
	font: 10pt/1.6 arial,verdana,helvetica,sans-serif;	
	color: #000;
	padding-bottom: 40px;
}

.grid_16
{
	float: none !important;
	width: 17cm;	
}

.stream
{
  padding: 0.6em 0;
}

#foot
{
  padding: 0.2em 0;
  border-top: 1pt solid #aaa;
  border-bottom: 1pt solid #aaa;  
}

#colRight,
#formContact,
#foot
{
  display: block;
  margin: 1.8em 0;
}

#foot
{
  padding-bottom: 1em;
}

/* --- hide --- */

#logo,
#centre,
#search,
#tabs_1,
#tabs_2 .sub_passive,
p.menulink,
#breadcrumbs,
.streamTitle,
#panel_contact,
#banner,
#panelBusinessUnits,
#associatedservices,
#call,
.link,
#foot img
{
	display: none;
}

/* --- general --- */

img
{
	border: none;
	display: block;
	margin: 1em 0;
}

#logo_kcf_print
{
  width: 120px;
  height: 89px;
}

h1, h2, h3, ul
{
	margin-top: 0.6em;	
	margin-bottom: 0.4em;
}

h1
{
	font-weight: bold;
	font-size: 16pt;
	color: #333;
}

h2,
.forprint
{
	font-weight: bold;
	font-size: 12pt;
}

h3
{
	font-weight: bold;
	font-size: 10pt;
}

p, li
{
	font-size: 8pt;	
}

.smalltext,
.smalltext p 
{
	font-size: 7pt;	  
}

strong
{
  color: #333;
}

/* --- forms --- */

.row
{
  width: 10cm;
  margin-bottom: 0.4em;
}

.row .label
{
  display: block;
}

.large
{
  width: 6cm;
}

/* --- lists --- */

ul, ol
{
  margin-left: 1em;
  padding-left: 1em;
}

ul
{
  list-style-type: disc;
}

/* --- links --- */

a
{
	text-decoration: underline;
	color: #333;
}

/* --- pullquotes --- */

.pullquote
{
	width: 36%;
	color: #939393;
	float: right;
	font-size: 11pt;
	line-height: 1.4em;
	font-family: Georgia, Serif;
	font-weight: bold;
	margin: 10px 20px 12px 16px;
	background: url(../gfx/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding: 0px 0.5cm 0.2cm 0.5cm;
}

.pullquote:first-letter
{
	background: url(../gfx/openquote.gif) no-repeat left top !important;
	padding: 5px 2px 6px 22px !important;
	padding /**/: 0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}