#title {
	position:relative;
	top:50%;
	font-size: 300%;
	font-weight: normal;
	text-align: center;
	color: #093;
	padding: 0px;
	font-style: normal;
	line-height: 1.5em;
	margin-top: -20px;
	font-family: Verdana, Geneva, sans-serif;
}

.img_left {
	float: left;
	width: auto;
	padding: 2px 0 0 3px;
	margin-right: 20px;
} 

.img_right {
	float: right;
	width: auto;
	padding: 2px 8px 2px 16px;
} 

p{
	text-align: left;
	margin-top: 0em;
	line-height: 1.4em;
	font-style: normal;
}

H1{
	padding: 10px 0px 0px;
	text-align: center;
	color: #063;
	margin-bottom: 1ex;
	clear: left;
	font: normal 160%/1.5em Verdana, Geneva, sans-serif;
}

H2{
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #063;
}


H3{
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  color: #4848b5;
}

H4{
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #063;
	margin: 10px 0px;
}

ul{
	list-style-type: disc;
	line-height: 1.5em;
}

em{
	font-style: normal;
	font-weight: bold;
}

#content a:link {
	color: #151515;
}

#content a:visited {
	color: #151515;
}

#content a:hover {
	color: #0000CC;
}

.superscript{
  position: relative;
	top: -0.6em;
	font-size: 0.6em;
}

.copyright {
  float: left;
  text-align: left;
  font-size: xx-small
}

#centre {
	clear: both;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}
.centre {
	display: block;
	margin: 10px auto;
	text-align: center;
}


table{
	clear: both;
	border-collapse: collapse;
	width: 90%;
	margin-right: auto;
	margin-left: 20px;
}

caption{
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	color: #093;
}
th {
	font-weight: normal;
	text-align: center;
	font-size: 140%;
	line-height: 1.5em;
}
td{
	font-size: 100%;
	line-height: 1.5em;
	padding: 10px;
	text-align: center;
	border: thin dashed #999;
}
.indented {
	right: 20em;
}
.sans{
}
.serif{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mono{
	font-family: "Lucida Console", Monaco, monospace;
}
.large{
	font-size: 180%;
	}
.subscript {
	font-size: 80%;
	vertical-align: sub;
}
.superscript {
	font-size: 80%;
	vertical-align: top;
}
#shallow td{
	line-height: 10px;
	background: #CFC;
}
