/* 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;
}

body
{
	color: #5E5E5E;
}

p, legend, h2, ul, table p {
	/*color: #5E5E5E;*/
	line-height: 1.2em;
	text-align: justify;
	font-size: 0.916em;
}

p p
{
	font-size: 1em;
}



h1
{
	margin-top: 0.75em;
	font-size: 1.2em;
	color: #166e1a;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h2
{
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight:normal;
}

h3
{
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-size: 1em;
	color:#2A5F00;
}



div.textblockhighlight
{
	border-top: 1px double #333;
	border-bottom: 1px double #333;	
	background-color: #E0D8BB;
	padding: 1em 1em 0;
	margin: 0 0 1em;
	font-size: 1.1em;
}


.highlight {
color: #755009;
}

td.label {
	font-size: 0.833em;
	padding-top:0;
}

span.label {
	margin-left: 165px;
}