/* - - - - - - - - - - - - - - - - - - - - general page information */
BODY{
	margin:0;
	padding:0;
	font-family: arial;
	font-size: 12px;
	background-color:#FAFAFA;
	align:left;
	SCROLLBAR-FACE-COLOR: #264F41;
	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;
	/*overflow-x : hidden;
	overflow-y : visible;*/
}

/* - - - - - - - - - - - - - - - - - - - - global menu anchors */
A{
  text-decoration:none;
}
/* - - - - - - - - - - - - - - - - - - - - global menu anchors - static colour */
.aMain{
	font-family:arial;
	font-size:10px;
	color:#000000;
}
/* - - - - - - - - - - - - - - - - - - - - global menu anchors - mouseover colour */
.aMain:hover{
	font-family:arial;
	font-size:10px;
	color:#ffffff;
}
/* - - - - - - - - - - - - - - - - - - - - main heading style and colour */
.MainHeading{
	font-family:arial;
	font-size:26px;
	color:#CCCCCC;
}
/* - - - - - - - - - - - - - - - - - - - - sub heading style and colour */
.SubHeading{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
/* - - - - - - - - - - - - - - - - - - - - copy style and colour */
.Copy{
	font-family:arial;
	font-size:11px;
	color:#666666;
}
/* - - - - - - - - - - - - - - - - - - - - copy style and colour for the Snail Trail*/
.SnailTrail1{
	font-family:arial;
	font-size:10px;
	color:#999999;
}
/* - - - - - - - - - - - - - - - - - - - - copy style and colour for the Snail Trail*/
.SnailTrail2{
	font-family:arial;
	font-size:10px;
	color:#264F41;
}
/* - - - - - - - - - - - - - - - - - - - - top intro on every page style and colour */
.Notes{
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}


/* - - - - - - - - - - - - - - - - - - - - SMALL NAV LINKS */
/* - - - - - - - - - - - - - - - - - - - - links style and colour */
.anavLinks{
	font-family:arial;
	font-size:11px;
	color:#999999;
}
/* - - - - - - - - - - - - - - - - - - - - links style and colour */
.anavLinks:hover{
	font-family:arial;
	font-size:11px;
	color:#264F41;
}


/* - - - - - - - - - - - - - - - - - - - - SMALL LINKS */
/* - - - - - - - - - - - - - - - - - - - - links style and colour */
.asmallLinks{
	font-family:arial;
	font-size:10px;
	color:#999999;
	text-decoration: underline;
}
/* - - - - - - - - - - - - - - - - - - - - links style and colour */
.asmallLinks:hover{
	font-family:arial;
	font-size:10px;
	color:#264F41;
	text-decoration: underline;
}


/* - - - - - - - - - - - - - - - - - - - - SMALL INPAGE NON UNDERLINE LINKS */
/* - - - - - - - - - - - - - - - - - - - - links style and colour */
.ainsetLinks{
	font-family:arial;
	font-size:10px;
	color:#999999;
}
/* - - - - - - - - - - - - - - - - - - - - links style and colour */
.ainsetLinks:hover{
	font-family:arial;
	font-size:10px;
	color:#264F41;
}


/* - - - - - - - - - - - - - - - - - - - - EMAIL LINKS */
/* - - - - - - - - - - - - - - - - - - - - links style and colour */
.aemailLinks{
	font-family:arial;
	font-size:11px;
	color:#264F41;
	text-decoration: none;
}
/* - - - - - - - - - - - - - - - - - - - - links style and colour */
.aemailLinks:hover{
	font-family:arial;
	font-size:11px;
	color:#999999;
	text-decoration: none;
}


/* - - - - - - - - - - - - - - - - - - - - GOLD RIGHT SIDE BAR */
/* - - - - - - - - - - - - - - - - - - - - main heading style and colour for sidebar main heading*/
.SidebarHeading{
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:#B3AA95;
}
/* - - - - - - - - - - - - - - - - - - - - main heading style and colour for sidebar main heading*/
.SidebarMainHeading{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#B3AA95;
}
/* - - - - - - - - - - - - - - - - - - - - sub heading style and colour for sidebar sub heading */
.SidebarSubHeading{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
/* - - - - - - - - - - - - - - - - - - - - copy style and colour for sidebar copy*/
.SidebarCopy{
	font-family:arial;
	font-size:10px;
	color:#666666;
}
/* - - - - - - - - - - - - - - - - - - - - Tables */
/* - - - - - - - - - - - - - - - - - - - - Table Main Headings style and colour */
.TableData{ 
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
/* - - - - - - - - - - - - - - - - - - - - Table Main Headings style and colour */
.TableMainHeading{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#264F41;
	background-color:#CCCCCC;
}
/* - - - - - - - - - - - - - - - - - - - - Table row style and colour 1 */
.TableDatarow1{
	font-family:arial;
	font-size:10px;
	color:#666666;
	background-color:#F7F7F7;
}
/* - - - - - - - - - - - - - - - - - - - - Table row style and colour 2 */
.TableDatarow2{
	font-family:arial;
	font-size:10px;
	color:#666666;
	background-color:#FFFFFF;
}

