/* Start of CMSMS style sheet 'LLOYDS' */
html, body {
	height: 100%;
}
body {
	background-color: #001f5f;
	background-image: url(images/pageBG.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #6699ff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.links {
	color: #6699ff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.links:hover {
	color: #EA5B33;
	text-decoration: underline;
}

.orange {
	color: #EA5B33;
	font-weight: bold;
}

.pink {
	color: #CC3399;
	font-weight: bold;
}
/* End of 'LLOYDS' */

