/* 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;
}

p
{
	line-height:1.17em;
}

h1
{
	font-size:1.17em;
	font-weight:bold;
	color:#3d351a;
	margin-bottom:15px;
}

h2, h3, h4, h5, h6, .standout
{
	font-size:1em;
	font-weight:normal;
	color:#3d351a;
	margin-bottom:15px;
	line-height:1.17em;
}

h1#support
{
	display:block;
	width:602px;
	background:#3d351a;
	color:#fff;
	padding: 5px 0 5px 47px;
}

p.back
{
	padding:40px 0 0 47px;
	font-size:1.33em;
	margin-bottom:10px;
}

a:link,
a:visited
{
	color:#3d351a;
}

ol li.odd
{
	background:#f6f5eb;
	padding:10px 0 10px 15px;
	margin-bottom:2px;
}

ol li.even
{
	background:#e3e1d2;
	padding:10px 0 10px 15px;
	margin-bottom:2px;
}
