body {
	background-color: #ffffff;
	color: #000000;
	margin-left: 2em;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 2em;
}

a:link {color: #0000ff; text-decoration: underline;}
a:visited {color: #0000ff; text-decoration: underline;}
a:hover {color: #009900; text-decoration: underline;}
a:active {color: #999900; text-decoration: underline;}

a.return:link {color: #009900; text-decoration: underline;}
a.return:visited {color: #009900; text-decoration: underline;}
a.return:hover {color: #999900; text-decoration: underline;}
a.return:active {color: #999900; text-decoration: underline;}

h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}

.green {color: #009900;}
.orange {color: #999900;}
.red {color: #990000;}
.blue {color: #000099;}
.black {color: #000000;}

.mid {text-align: center;}
.small {font-size: 67%;}

.indent {margin-left: 2em;}

.notop {margin-top: 0;}
.nobottom {margin-bottom: 0;}

.mb1 {margin-bottom: 1em;}

.right {text-align: right;}

div.quote {
	background-color: #ffffcc;
	margin-left: 2em;
	margin-right: 2em;
	padding: 0.5em;
	border-style: dashed;
	border-color: #ff0000;
	border-width: 1px;
}

div.quote2 {
	background-color: #eeeeff;
	margin-left: 2em;
	margin-right: 2em;
	padding: 0.5em;
	border-style: dashed;
	border-color: #0000ff;
	border-width: 1px;
}

div.quote3 {
	background-color: #f9f9f9;
	margin-left: 2em;
	margin-right: 2em;
	padding: 0.5em;
	border-style: dashed;
	border-color: #2f6fab;
	border-width: 1px;
}

td.lm {
	padding-left: 2em;
}

td.underline {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
}

img	{
	border: 0px;
}

table.centre {margin-left:auto; margin-right:auto;}
