html, body {
	padding:0;
	margin:0;
}
html {
	overflow-y:scroll;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000;
	background-color:#fff;
}
h1 {
	display:none;
}
h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#000;
	margin-top:20px;
	background-image:url(../graphics/h2bg3.gif);
	background-repeat:no-repeat;
	height:36px;
	padding:10px 0 0 48px;
}
h3 {
	font-size:1.6em;
	font-weight:bold;
	color:#666;
}
h4 {
	font-size:1.4em;
	font-weight:bold;
	color:#000;
}
h5 {
	font-size:1.4em;
	font-weight:bold;
	color:#666;
}
h6 {
	font-size:1.3em;
	font-weight:bold;
	color:#999;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:#000099;
}
a:hover {
	text-decoration:underline;
}
label {
	float:left;
	width:150px;
}
table {
	width:100%;
}
th {
	font-size:1.2em;
	color:#999;
}
td {
	font-size:1.2em;
}
img {
	border:none;
}
dt {
	font-size:1.2em;
	float:left;
	width:150px;
	line-height:24px;
}
dd {
	font-size:1.2em;
	line-height:24px;
}
blockquote {
	margin-left:8px;
	border: 1px ridge #f1f1f1; 
	padding: 6px 6px 6px 10px;
	background-color:#fff8e8;
}
#main {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#leftCol {
	width:200px;
	float:left;
}
#centreCol {
	width:484px;
	float:left;
	padding: 8px 8px 0 8px;
}
#centreCol p {
	font-size:1.2em;
}
#rightCol {
	width:260px;
	float:left;
	padding-top:8px;
}
#rightCol p{
	font-size:1.2em;
}
#footer {
	clear:left;
	padding-top:20px;
}
#content {
	width:752px;
	padding-left:8px;
	float:left;
}
#content p {
	font-size:1.2em;
}
#idLine {
	font-size:1.1em;
	text-align:center;
}
#tagList {
	padding:0;
	margin:0;
}
#tagList li {
	font-size:1.2em;
	margin-left:16px;
}
#header {
	position:relative;
}
#slogan {
	position:absolute;
	left:182px;
	top:120px;
	font-size:1.4em;
	color:#000;
	text-decoration:none;
}
#homeIntro {
	font-style:italic;
}
#articleTags a {
	font-size:1.2em;
	font-weight:bold;
	color:#FF9966;
}
#latest {
	list-style-type:none;
	padding:0;
	margin:0;
}
#latest li {
	line-height:18px;
}
#latest a {
	font-size:1.2em;
}
ul.links {
	list-style-type:none;
	padding:0;
	margin:0;
}
.links li {
	font-size:1.2em;
	padding-bottom:10px;
}
.block {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left:4px;
}
.seqCtrl {
	width:19%;
	float:left;
	font-size:0.9em;
	margin-left:2px;
}
.seqCtrl select, input {
	font-size:1.0em;
}
.normal {
	font-size:1.2em;
}
.gallery {
	list-style-type:none;
}
.gallery li {
	float:left;
	margin: 0 12px 10px 0;
	font-size:0.9em;
}
.gallery img {
	display:block;
}
.err {
	color:#CC0033;
}
.small {
	font-size:1.0em;
}
.vsmall {
	font-size:0.8em;
}
.reqd {
	background-color:#f0f8ff;
}
.leftBoxTop {
	width:200px;
	height:18px;
	background-image:url(../graphics/lhboxtop.gif);
	margin-top:20px;
}
.leftBoxBottom {
	width:200px;
	height:18px;
	background-image:url(../graphics/lhboxbottom.gif);
}
.rightBoxTop {
	width:260px;
	height:18px;
	background-image:url(../graphics/rhboxtop.gif);
	margin-top:20px;
}
.rightBoxBottom {
	width:260px;
	height:18px;
	background-image:url(../graphics/rhboxbottom.gif);
}
.sectHdr {
	font-size:1.1em;
	padding-left:600px;
}
.number {
	text-align:right;
}
.normalList li {
	font-size:1.2em;
}
.audit {
	border-style:ridge;
	border-color:#ccc;
	border-width:2px;
	padding: 4px 4px 4px 48px;
}
.attachments {
	padding-left:8px;
}
.attachments li {
	font-size:1.2em;
	list-style-type:none;
}
.message {
	color:#993366;
}