.white_colour {
	color: #FFFFFF;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	background-color:#556688; color: #FFFFFF; text-decoration: underline
}.justify {
	text-align: justify;
}
table {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
.bold {
	font-weight: bold;
	color: #FFFFFF;
}
.bold_blue {
	font-weight: bold;
	color: #0033FF;
}
h2 {
	font-weight: bold;
	color: #000000;
}
