/* CSS Document */

BODY {
	TEXT-ALIGN: center;
	MARGIN: 0px; 
	WIDTH: 100%; 
	HEIGHT: 100%; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #626262; 
	LINE-HEIGHT: 15px; 
	FONT-FAMILY: Arial, Helvetica, Sans-Serif;
	BACKGROUND: #e5e5e5;
}

HR {
	border: none 0; 
	border-top: 1px solid #E0E1CE;
	height: 1px;
	margin: none;
	padding: none;
}
div.hr {
	height: 1px;
	background-color: #e0e1ce;
}
div.hr hr {
  display: none;
}

A {
	color: #27318B;	/*Amended*/
	text-decoration: none;
}
ul {
	margin: 0px;
	padding-left: 12px
}


#quicklink {
	width: 546px;
	height: 22px;
	padding-left: 12px;
	padding-top: 2px;
	margin-bottom: 1px;
	background: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #80caff;
}
a:hover {
	text-decoration: none; 
	color: #0081C6;
}
#quicklink A {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	color: #27318B;
	text-decoration: none;
}

#quicklink A:visited {
	text-decoration: none;
	color: #0081C6;
	}

#quicklink A:hover {
	text-decoration: none; 
	color: #0081C6;
}





.string {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #80CAFF;
	FONT-FAMILY: Verdana, sans-serif;
}

.stringSeperator {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #80CAFF; FONT-FAMILY: Verdana, sans-serif
}

.stringLoc {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #80CAFF; FONT-FAMILY: Verdana, sans-serif
}

H1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20px; 
	COLOR: #0081C6; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #0081C6;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding-bottom: 3px;	/*Added*/
	padding-top: 6px;	/*Amended*/

}

H3 {
	font-weight: normal;	/*Amended*/
	font-style: normal;	/*Amended*/
	font-size: 13px;	/*Amended*/
	color: #0081C6;	/*Amended*/
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;	/*Amended*/
	padding-bottom: 3px;	/*Added*/

}

.Quotes {
	font-size: 11px;
	font-weight: bold;
	color: #626262;
}
.pNormal {
	padding-bottom: 12px;	/*Normal paragraph spacing if all browser defaults reset*/
}

.pH1Statement {		/*New rule for emphasis paragraph under H1*/
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.pSmall {
	padding-bottom: 6px;	/*Paragraph with Smaller space after paragraph*/
}
.ulmargin0 {		/*To be used in conjunction with .SquareBulletsLHLB to remove any hidden browser defaults*/
	margin-left: 0px;
}
.SquareBulletsLHLB {	/*List Bullets Square in Lighthouse Light Blue Colour*/
	background-image: url(../Images/Square_Bullet_LHLB.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	margin: 0px;
	padding-left: 12px;
}
.pSmallSmall {	/*Paragraph with small space before and after*/
	padding-top: 6px;
	padding-bottom: 6px;
}
