
/*
red #9c0000
hover colour #ff0033
table header and every second row colour #ffeeee
*/


body, p, div, a, table {font-family: arial, verdana, helvetica, sans-serif; font-size: small; background-color: #ffffff;}
div.navbar {background-color: #ffffee; border-color: #555555;}

h1, h2, h3, h4 {color: #555555 ;}
h1, h2, h3, h4, h5 {font-family: arial, serif;}


h1 {color: #555555;}
h3.red {color: #477eee;}
span.red {color: #477eee;}

hr {color: #888888; }

.footnote {
		font-size: 85%;
		margin-left: 10px;
	   }
	   
.footText{
		font-size: 85%;
	   }
.pinkLink {
		background-color: #ffeeee;
	  }
body {margin: 0 0% 0 0%;}


.block {text-indent: 20pt; }

th {background-color: #ffeeee; }

.just {text-align: justify;
	}
	
a:hover 
	{ 
		/* text-decoration: underline; */
		background-color: #FF0033;
		color: #FFFFFF;
	}
	
div.pageBody
{
	
	padding-left: 15px;
	padding-right: 15px;

}


.bannerTitle
{
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          large;
    font-weight:        normal;
    color:              #ffffff;
}

.smallTitle
{
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          85%;
    font-weight:        bold;
    color:              #ffffff;
    background-color: 	#9c0000;
}

.breakout
	{
		background-color: #ffeeee;
		border-left: 1px solid #999999;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		
		border-right: 1px solid #999999;
		
		padding: 5px;
	}
	
.breakline
	{
		border-top: 0px solid;
		border-bottom: 0px solid;
		border-left: 0px;
		border-right: 3px solid #477eee;
		padding: 3px;
	}
.break
	{
	
		background-color: #ffeeee;
		padding: 5px;
		margin: 5px;
		margin-right: 20px;
		border-top: 1px solid #ED2232;
		border-bottom: 1px solid #ED2232;
		border-left: 1px solid #ED2232;
		border-right: 1px solid #ED2232;
	}
div.spacer
	{ 
		clear: both;
		padding-bottom: 3%;	
	}
.imageHolderLeft
{
	display: inline;
	float: left;
	padding: 5px;
	margin: 5px;
	font-size: x-small;
	color: #003973;
}

.imageHolderCentre
{
	display: inline; 
	text-align: center;
	padding: 0px;
	margin: 5px;
}
