/* CSS Document */
/*******************************************************************************/
/* Presentation CSS File                                                       */
/*   Text and colour formatting for all media types                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;
}

span.required
{
	color: #FF0000;
}

p, blockquote, li, pre, legend, td p {
	color: #444;
	line-height:1.2em;
}

div#footer_container p
{
	color: #5E5E5E;
	font-size: 0.83em;
}


td {
	vertical-align: top;
}

h1, h2, h3, h4
{
	color: #002474;
	line-height: 1em;
}

h1
{
	font-size: 1.33em;
}

h2
{
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
	font-weight:normal;
	}
