.docTitle {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.docText {
	font-size: medium;
}
.docTextAlt {
	font-size: medium;
	color: Black;
}
.docCentredText {
	font-size: large;
	text-align: center;
}

.docSmallCentredText {
	font-size: smaller;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: Blue;
}
.toctitle {
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}
.tcolor {
	background-color: #EEEEEE;
}
.ccolor {
	background-color: #0066CC;
}

