/* SET COLOUR SCHEME */

/* SET background colours */
body {
background-color: #C6EFFD
}
/* END SET background colours */



/* SET font colours */
H1 {
color: #003399;
}
H2, H3, H4, H5, H6 {
color: #0000FF;
}
body, p, ul, ol, li, dt, dd {
color: #0000FF;
}
blockquote {
color: #0000FF;
}
/* END SET font colours */



/* SET link colours */
A:link {
text-decoration:underline; 
color:#0033CC;
}
A:visited {
text-decoration:underline; 
color:#0033CC;
}
A:hover {
text-decoration:none; 
color:#FF0000;
background-color: #FFFFFF; 
}
/* END SET link colours */

/* END SET COLOUR SCHEME */



/* SET font families */
H1, {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
H2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
H3, H4, H5, H6 {
font-family: Tahoma, Verdana, Arial, sans-serif;
}
body, p, ul, ol, li, dd, dt, blockquote {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* END SET font families */



/* SET font sizes, weights and styles */
H1 {
font-size: 14pt;
font-weight: 600;
}
H2 {
font-size: 12pt;
font-weight: 600;
}
H3 {
font-size: 11pt;
font-weight: 600;
}
H4 {
font-size: 10pt;
font-weight: 400;
}
H5 {
}
H6 {
}
body, p {
font-size: 10pt;
line-height: 1.2em;
}
ul, ol, li {
font-size: 10pt;
line-height: 1.2em;
}
dt {
font-size: 10pt;
line-height: 1em;
}
dd {
font-size: 9pt;
line-height: 1.2em;
}
ul {
list-style-type: circle;
}
blockquote {
font-size: 9pt;
}
/* END SET font sizes, weights and styles */



/* SET margins */
H1, H2 {
margin-top: 1em;
margin-bottom: .5em;
}
h3 {
margin-top: 1em;
margin-bottom: .5em;
}
h4 {
margin-top: .5em;
margin-bottom: .5em;
}
body {
/* margin-left: 10%; */
/* margin-right: 10%; */
/* margin-top: 10%; */
/* margin-bottom: 10%; */
}
p {
margin-bottom: .5em;
/* margin-left: 10%; */
/* margin-right: 10%; */
/* margin-top: 10%; */
}
ul, ol, li, dt {
margin-top: 1em;
margin-bottom: .5em;
/* margin-left: 10%; */
/* margin-right: 10%; */
}
dd {
margin-top: .5;
margin-left: 1em;
/* margin-right: 20%; */
/* margin-bottom: 0%; */
}
blockquote {
margin-left: 50pt;
margin-right: 50pt;
font-style: italic;
}
td {
/* margin-left: 5%; */
/* margin-right: 5%; */
}
/* END SET margins */


/* SET word and letter spacing */
body {
/* word-spacing: normal; */
/* letter-spacing: normal; */
}
/* END SET word and letter spacing */



/* SET Tables */
table {
/* width: 100%; */
/* background-position: center; */
/* vertical-align: top; */
/* text-align: left; */
}
tr {
vertical-align: top;
}
/* END SET Tables */



/* SET Classes */
li.checklist {
display: list-item;
/* list-style-image: url(images/check.gif); */
}

p.menu {
font-size: 10pt;
line-height: 1em;
text-align: left;
margin-bottom: 1em;
margin-left: 0em;
}

.headermenu {
	font-size: 9pt;
	margin-top: 0em;
	margin-bottom: 0em;
}
.footertext, .note {
/* font-family: Tahoma, Verdana, Arial, sans-serif; */
font-size: 9pt;
margin-top: 0em;
margin-bottom: 0em;
text-align: center;
}
.note {
text-align: left;
margin-top: 0em;
margin-bottom: 0em;
}
p.notop {
margin-top: 0em;
margin-bottom: 0em;
}

HR {
/* visibility: visible; */
width: 80%;
text-align: center;
height: 4px;
}
.caption {
text-align: center
}

.linemenu {
margin-bottom: ; font-size: small; font-style: normal; font-weight: normal; color: #003399; text-align: center
}

.no_para_spacing {
margin-top: 0%; margin-bottom: 0%
}

.para_emphasised_red {
color: #FF3333
}
/* END SET Classes */


