/* SITE INFORMATION                                 */
/* Colours in RGB format                            */
/* Banner head colour: 0,52,113 - #003471           */
/* Banner line colour: 68,140,203 - #448CCB         */
/* Banner red line colour: 0,0,255 - #0000FF        */
/* Column background colour: 153,179,202 - #99B3CA  */
/* 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: #330099;
	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: #330099;
}
.boldsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #330099;
}
.boldbig {
	font-family: 'Arial Black', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #330099;
}
.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;
}
.signed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #330099;
	line-height: 18px;
	text-align:right;00:51 20/01/201000:52 20/01/2010
}


/*To give an <HR> red rather than pink*/
.redline {color:#0000FF;}


/*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:#0000FF;
	font-family: "Arial Black", Arial;
	margin-bottom:0px;
}

H2 {
	font-size:13px;
	font-weight:bold;
	color:#0000FF;
	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:#448ccb;
        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;
}

li {
	list-style-image: url(bullet.gif);
        margin-left: 0px;
}

dt {
	font-weight:bold;
        margin-left:4px;
}
dd {
	margin-left:37px;
}