body {
	margin: 0px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #3580e7;
	background-color: #e9f3f9;
}
.linkNoLine {
	color: #000000;
	text-decoration: none;
}
a.linkNoLine:hover {
	color: #000000;
	text-decoration: underline;
}.centreTable {
	height: 100%;
	width: 100%;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color:#000000;
}
.boxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#FFFFFF;
}
.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FF0000;
}
.heading {
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
}
.border {
	border: 1px solid #FF6600;
}
.cornerTR {
	background-image: url(../images/corner_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.cornerTL {
	background-image: url(../images/corner_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.cornerBL {
	background-image: url(../images/corner_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.cornerBR {
	background-image: url(../images/corner_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.subHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #2775d8;
}
form {
	margin: 0px;
}
.imgfloatRight {
	float: right;
	margin: 0px 0px 5px 10px;
}
.links {
	font-weight: bold;
	color: #CC0000;
}
a.links:hover {
	font-weight: bold;
	color: #FF9900;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #2775d8;
}
a.link, a.link:active, a.link:visited{ 
text-decoration:none;
color:#2b7ee8;
}
a.link:hover{ 
text-decoration:underline;
}