/* ----------- DIVs set-up* ------------ */
#logo, #strap {
	text-align: center;
}
#strap p {
	background:#004990;
	color:#FFFFFF;
	font-style:italic;
}
#key {
	border:1px solid #004990;
	padding: 0 0.5em;
}
#cover {
	text-align: right;
}
/* ----------- TDs set-up ------------ */
.heading {
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #004990;
}
.desc {
	font-style:italic;
	font-size: 11px;
	padding:0;
	margin:0;
}
/* ----------- Colours set-up ------------ */
.blue {
	background-color:#004990;
	width:15px;
	height:15px;
}
.red {
	background-color:#E3003D;
	width:15px;
	height:15px;
}
.green {
	background-color:#00FF59;
	width:15px;
	height:15px;
}
.yellow {
	background-color:#FFD90F;
	width:15px;
	height:15px;
}
.lightblue {
	background-color:#0099FF;
	width:15px;
	height:15px;
}
.orange {
	background-color:#ff6600;
	width:15px;
	height:15px;
}