/* CSS Document */
/* background:url(images/background10.jpg);*/

body {
 	font-family:Arial;
	font-size:8px;
	color:#474747;
	margin-top: 14px;
	margin-left:43px;
	margin-right:0px;
	margin-bottom:0px;
 	
 	background-color:#226aa4;
}

body.homepage {
 	font-family:Arial;
	font-size:8px;
	color:#474747;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
 	background:url(images/hp-background.jpg);
 	background-color:#226aa4;
}

a:link, a:visited {
	font-family:Arial;
	color:#474747;
	font-size: 9pt;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color:#660066;
}


a.footerlink:link, a.footerlink:visited, a.footerlink:hover {
	font-family:Arial;
	color:#6699cc;
	font-size: 8pt;
	font-weight:normal;
	text-decoration:none;
}

.footertext {
	font-family:Arial;
	color:#6699cc;
	font-size: 8pt;
	font-weight:normal;
	text-decoration:none;
}

.pagenumberstext {
	font-family:Arial;
	color:#333333;
	font-size: 7pt;
	font-weight:normal;
	text-decoration:none;
}

.redheading {
	font-family:Arial;
	color:#d32222;
	font-size: 10pt;
	font-weight:600;
	text-decoration:none;
}

.greyheading {
	font-family:Arial;
	color:#707070;
	font-size: 11pt;
	font-weight:600;
	text-decoration:none;
}

.bluetext {
	font-family:Arial;
	color:#003366;
	font-weight:600;
	text-decoration:none;
}

.dullgreentext {
	font-family:Arial;
	color:#928b0b;
	font-weight:400;
	text-decoration:none;
}

.greenheading {
	font-family:Arial;
	color:#6dc10a;
	font-size: 11pt;
	font-weight:600;
	text-decoration:none;
}

.date {
	font-family:Arial;
	color:#999999;
	font-size: 8pt;
	font-weight: normal;
	text-decoration:none;
}

.corporateguys {
 	font-size:9pt;
	color:#000000;
}

.italics {font-style:italic;}

td {
 	font-family:Arial;
	font-size:9pt;
	color:#707070;
	line-height: 12pt;
}

.boldtext {
	font-weight: bold;
}

.smalltext {
	font-size: 7pt;
}


