/* 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;
}

#breadcrumb
{
    text-align: right;
    padding-right: 10px;
}

a
{
	color:#990000;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

h1, h3, h4, h5, h6
{
	color: #FF0000; 
}

h1
{
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1em;
	color: #0099FF;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.2em;
}

p
{
	line-height: 1.2em;
}

ul
{
	list-style-image: url(/site/img/2005_bullet.gif);
}

#footer_container p
{
	color: #f5f3de;
}

#footer_container a
{
	color: #f5f3de;
	text-decoration: underline;
}

