/* SITE INFORMATION                                 */
/* Colours in RGB format                            */
/* Banner head colour: 126,8,82 - #7E0852           */
/* Banner line colour: 216,151,215 - #D897D7        */
/* Banner red line colour: 156,0,0 - #9C0000        */
/* Column background colour: 239,215,229 - #EFD7E5  */
/* Main text color:  - #660066                      */

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660066;
	line-height: 18px;
	text-align:left
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #660066;
}
.boldsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #660066;
}
.boldbig {
	font-family: 'Arial Black', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #660066;
}
.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.bigblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: red;
	line-height: 18px;
	text-align:left;
	border: 1px dashed red;
}



/*To give an <HR> red rather than pink*/
.redline {color:#9C0000;}


/*To give a table with a red border*/
.tables{border:1px solid #990000;}

/*To give a centered image, as the old method doesn't work anymore*/
.centeredimage    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

H1 {
	font-size:16px;
	font-weight:bold;
	color:#9C0000;
	font-family: "Arial Black", Arial;
	margin-bottom:0px;
}

H2 {
	font-size:13px;
	font-weight:bold;
	color:#9C0000;
	font-family: Arial;
	margin-bottom:0px;
}


ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 4px;
	padding-left: 1em;
        margin-top: 10px;
}     

hr {
	color:#EFD7E5;
        height:2px;
	margin-top:20px;
	margin-bottom:20px;
}

/*Blockquote primarily used in the press articles*/
blockquote {
	color:#000000;
	margin-left:35px;
	margin-right:35px;
	text-align:justify;
}