@charset "utf-8";
/* CSS Document */

.cornerBox {
	position: absolute;
	background: #E7EFFE;
	width: 500px;
	left: 387px;
	top: 235px;
}
.corner { position: absolute; width: 10px; height: 10px; background: url('images/corners2.gif') no-repeat; font-size: 0%; }
.cornerBoxInner { padding: 10px; }

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }
.basic_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.basic_font centred {
	font-weight: bold;
	text-align: center;
}

.heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
}
.basic_font_xsmall {
	font-size: x-small;
}
.basic_font_centred {
	text-align: center;
}
