BODY
{
	font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: medium;
	color: #555555;
}
A:link
{
	color: blue;
}
A:visited
{
	color: purple;
}
A:hover
{
	color: #00CACA;
}
P.welcome
{
	font-size: x-large;
	font-weight: bold;
	color: rgb(128, 128, 64);
	text-align: center;
}
P.centred
{
	text-align: center;
}
P.footer
{
	font-size: small;
}
P.caption
{
	color: #404080;
	font-size: smaller;
	text-align: center;
}
P.caption_justified
{
	color: navy;
	font-size: smaller;
	text-align: justify;
}
H1
{
	font-size: largest;
	color: #0080C0;
}
H2
{
	font-size: large;
	color: #0080C0;
	font-weight: bold;
}
H3
{
	font-size: medium;
	color: #0080C0;
}
PRE
{
	background: #FBEDBB;
	padding: 7pt;
	font-family: "Courier New", Courier, mono;
	white-space: pre;
	text-align: left;
	font-size: 80%;
	color: #990000;
}
CODE
{
	color: #990000;
	font-family: "Courier New", Courier, mono;
	font-size: small;
}
TABLE.outer
{
	border: 1px solid black;
	background-color: white;
}
TD.bodytext
{
	vertical-align: top;
	text-align: justify;
}
.smalltext
{
	font-size: small;
}
.note
{
	font-size: smaller;
	color: navy;
}
.postscript
{
	font-size: smaller;
	color: navy;
}
.quotedtext
{
	font-size: smaller;
	color: navy;
}
.sidebar_current_page
{
	font-weight: bold;
	color: darkred;
}

