/* - - - - - - - - - - - - - - - - - - - - general page information */
BODY{
	margin:0;
	padding:0;
	font-family: arial;
	font-size: 12px;
	background-color:#FFFFFF;
	align:left;
	SCROLLBAR-FACE-COLOR: #7B8DAD;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #EBEBEB;
	SCROLLBAR-BASE-COLOR: #ffffff;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-3d-light-color: #ffffff;
}
/* - - - - - - - - - - - - - - - - - - - - global menu anchors */
A{
  text-decoration:none;
}

.asterisk {  color: #D7181F; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px}
/* - - - - - - - - - - - - - - - - - - - - global menu anchors - static colour */
.aMain{
	font-family:arial;
	font-size:12px;
	color:#335C85;
	text-decoration:underline;
}
/* - - - - - - - - - - - - - - - - - - - - global menu anchors - mouseover colour */
.aMain:hover{
	font-family:arial;
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}
/* - - - - - - - - - - - - - - - - - - - - main headings - grey*/
.mainHeading1{ 
	font-family: Arial;
	font-size:18px;
	color:#B5B5B5;
	font-weight:bold;
}
/* - - - - - - - - - - - - - - - - - - - - main sub headings - gold*/
.mainHeading2{ 
	font-family: Arial;
	font-size:20px;
	color:#335C85;
	font-weight:bold;
}
/* - - - - - - - - - - - - - - - - - - - - main sub headings - grey*/
.subHeading{ 
	font-family: Arial;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}
/* - - - - - - - - - - - - - - - - - - - - body copy*/
.bodyCopy{
	font-family: arial;
	font-size:12px;
	color:#666666;
}
/* - - - - - - - - - - - - - - - - - - - - small bottom links style and colour */
.asmallLinks{
	font-family:arial;
	font-size:9px;
	color:#6685A3;
	text-decoration:underline;
}
/* - - - - - - - - - - - - - - - - - - - - links style and colour */
.asmallLinks:hover{
	font-family:arial;
	font-size:9px;
	color:#666666;
	text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - small bottom links style and colour */
A{
	font-family:arial;
	font-size:9px;
	color:#6685A3;
	text-decoration:underline;
}
/* - - - - - - - - - - - - - - - - - - - - links style and colour */
A:hover{
	font-family:arial;
	font-size:9px;
	color:#666666;
	text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - EMAIL LINKS */
/* - - - - - - - - - - - - - - - - - - - - email links style and colour */
.aemailLinks{
	font-family:arial;
	font-size:11px;
	color:#2859A6;
	text-decoration:none;
}
/* - - - - - - - - - - - - - - - - - - - - email links style and colour - over */
.aemailLinks:hover{
	font-family:arial;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.outsideTable{
	background-color:#2A496F;
}
/* - - - - - - - - - - - - - - - - - - - - Table Main Headings style and colour */
.tableDataHeading{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#7B8DAD;
}
/* - - - - - - - - - - - - - - - - - - - - Table sub heading row style and colour 2 */
.tableDatasubhead{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	background-color:#FFFFFF;
}
/* - - - - - - - - - - - - - - - - - - - - Table row style and colour 1 */
.tableDatarow1{
	font-family:arial;
	font-size:10px;
	color:#666666;
	background-color:#D7DDE5;
}
/* - - - - - - - - - - - - - - - - - - - - Table row style and colour 2 */
.tableDatarow2{
	font-family:arial;
	font-size:10px;
	color:#666666;
	background-color:#E3E8EF;
}

.tablebackcolor{
	background-color: #6D8CAA;
}

.btnAll{
	background-color : White;
	border : 1px solid #335C85;
	color : #335C85;
	height : 16px;
	font-size : 11px;
}

.spnRed{
	color : #FF6300;
}

.mnuText
{
	text-indent:30px;
	padding-bottom:5px;	
}
.mnuLink
{
	font-family:arial;
	font-size:11px;	
	text-decoration:none;
}
.mnuLink:hover
{
	font-family:arial;
	font-size:11px;	
	text-decoration:none;
	font-style:italic;
	color:Black;
}
.crnrclr
{
	background-color:#AEBACA;	
}