/* basic body formatting */

body {
	background-color: #FFF8DC;
	margin: 20px 30px 10px 30px;
	color: Navy;
	font-size: 12pt;
	background-attachment : fixed;
	background-image : url(graphics/logowatermark.gif);
	background-repeat : repeat;
}

/* style formats */

p, td, th, li, dd, dt {
	font-family : "Comic Sans MS";
	font-size : 10pt;
	text-align : left;
}
.rightjustified {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : right;
	}
.centred {
	font-family : "Comic Sans MS";
	font-size : 12pt;
	text-align : center;
}
.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : center;
	}
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22pt;
	text-align : left;
	color : Red;
	font-weight : bold;
}
.smalltitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-align : center;
	color : Navy;
	font-weight : bold;
	}
.sectiontitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-align : center;
	color : Navy;
	font-weight : bold;
	}
.sectiontitleleft {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-align : left;
	color : Navy;
	font-weight : bold;
	}
.barcancel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	text-align : left;
	font-weight : bold;
	}
.linktext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-align : center;
	}
.picturetitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	text-align : center;
	font-style: italic;
	color : Navy;
	}

