body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
.top {
	background-image: url('images/header.gif');
	width: 780px;
	height: 29px
}
.buttons {
	width: 460px;
	margin-bottom: -10px;
}
a.nav {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px #666666 solid;
} 
a.nav:visited { 
	color: #8C0000;
}
a.nav:hover{
	color: #FFFFFF;
	background-color: #8C0000;
}
a.nav:active{
	text-decoration: none;
}
.left {
	width: 298px;
	background-image: url('images/leftbg.gif');
	vertical-align: top;
}
.right {
	width: 482px;
	background-image: url('images/rightbg.gif');
	vertical-align: top;
	padding: 10px;
	font-family: tahoma;
	font-size: 12px;
	colour: #000000;
}
.base {
	background-image: url('images/base.gif');
	width: 780px;
	height: 14px;
}
h1 {
	font-family: tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #8C0000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: 2px solid #666666;
	margin-right: 15px;
}
p {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.warning {
	font-size: 10px;
	color: #666666;
}
.impact {
	font-size: 24px;
}
.lower {
	font-family: tahoma;
	font-size: 10px;
	text-align: center;
	color: #8C0000
}
ul {
	font-family: tahoma;
	font-size: 12px;
	margin-bottom: 1px;
	color: #8C0000;
	text-align: left;
}	
.space {
	padding-top: 5px;
}
a {
	font-family: tahoma;
	color: #8C0000;
	text-decoration: none;
} 
a:hover{
	color: #0000FF;
}
.red {
	color: #8C0000;
}