body {margin-left: 0px; margin-bottom: 20px; margin-right: 0px; margin-top: 40px;}

/*this style sets the font type, size and colour*/
p {font-size: 100%; color: #000000; font-family: arial, helvetica, sans-serif;}
h1 {font-size: 110%; color: #000000; font-family: arial, helvetica, sans-serif; font-weight: bold; }
h2 {font-size: 105%; color: #000000; font-family: arial, helvetica, sans-serif;  font-weight: bold;}
h3 {font-size: 100%; color: #000000; font-family: arial, helvetica, sans-serif;  font-weight: bold;}

/*hyperlink colours*/
a:link {color:#78BDE6; text-decoration:underline}
a:hover {color:#78BDE6; text-decoration:underline}
a:visited {color:#F47F32; text-decoration:underline}
a:active {color:#F47F32; text-decoration:underline}

/*bulletted lists, UL is an unordered list and OL is an ordered list*/
UL {color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt; list-style:disc}
OL {color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt}
LI {color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt}

td {font-size: 10pt; color: #000000; font-family: arial, helvetica, sans-serif;}


IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}

.small
{font-size: 90%; color: #000000; font-family: arial, helvetica, sans-serif;}

.indented
   {   padding-left: 25pt;   padding-right: 25pt;   }
