/* 	Webster Ltd Style Sheet
	Copyright 2006, Fearless Media Group Pty Ltd
	http://www.fearless.net.au
	All rights reserved
	
	Colours used:
	
	Main blue: #093AAC
	Mid blue: #7C9DC8
	Pale blue: #C9D0E2
	Orange: #FF6600
	Green: #007557
	
	*/

/* Useful Spans */

.MainBlue {color:#093AAC}
.MidBlue {color:#7C9DC8}
.PaleBlue {color:#C9D0E2}
.Orange {color:#FF6600}
.Green {color:#007557}


/*ID Selectors*/


/*----------------------------------------------------*/

#IndexTableMain /*Main Content Table */

 {
	background-image:url(Images/TrainBackground2.jpg);
	background-position:right bottom;
	background-repeat:repeat-x;
	}

#IndexTableMain h2 {color:#000000}
#IndexTableMain h3 {color:#C9D0E2}

#IndexCellUpperLeft/*Upper Banner Cell */ 

{background-image:url(Images/Dials.jpg); background-position:right; background-repeat:no-repeat}

 
#IndexCellUpperRight {



 } /*Contains Logo */

#BannerTable { } /*Site Banner */

#BannerTable h1 { 

	font-family:Arial, Helvetica, sans-serif;
	font-size:160%;
	color: #0D201E;
	padding:0;
	margin:0;
	

}

/*Left cell of main content table */

#IndexCellLeft{
	}

#IndexCellLeft p{
	color:#0C0D05
	}

#IndexCellLeft a:link {
  text-decoration: underline;
}

#IndexCellLeft a:visited {
  text-decoration: underline;
}

#IndexCellLeft a:active {
  text-decoration: underline;
}

#IndexCellLeft a:hover {
  text-decoration: underline;
}


/*Right cell of main content table */


#IndexCellRight {
	background-image: url(Images/TrainBackground2RightPale.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color: #FFFFFF;

	}
#IndexCellRight p{
    font-size: 70%;
	}


/*Embedded table right side */

#RightColTable { }



/* IndexLowerTable contains 3 cells at bottom of Index page 
	3 cells 1, 2, 3 */


#IndexLowerTable p{
	color:#000000;
	font-size:70%
	}

#IndexLowerTable h4{
	margin-bottom:-6px;
	color:#FFFFFF
	}

#LowerTableCell1 {
  border-right: 1px #C9D0E2 solid;
}

#LowerTableCell2 {
  border-right: 1px #C9D0E2 solid;
  padding-left: 10px;
}

#LowerTableCell3 {
  padding-left: 10px;
}

