/*
Global (Printable) CSS File (copyright XVII Web Design)
www.xvii.co.uk

This file contains all global style definitions.
This includes all site 'wrappers' and major 'containment' elements,
and also includes attributes to be inherited when using an element 
(such as link styles, etc)

This file has been adjusted from its parent (Global.css) to be
suited to a printable version of the website.
*/

body
	{
	color: black;
	font-size: 11pt;
	font-family: arial, sans-serif;
	margin: 0px;
	padding: 0px;
	}

a
	{
	text-decoration: none;
	background-color: transparent;
	color: #0c297c;
	font-weight: bold;
	}
	
a:hover
	{
	color: #a01414;
	background-color: transparent;
	text-decoration: underline;
	}

img
	{
	border: 0px;
	padding: 0px;	
	margin: 0px;
	}

form
	{
	margin: 0px;
	padding: 0px;
	}

