body{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

p{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #000000;
	font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 0.1em;
	margin-bottom: 1em;
}

.TealHighlight{
	font-weight: bold;
	color: #007D7D;
}
.GreyHighlight{
	font-weight: bold;
	font-style: italic;
	color: #8C8C8C;
}

a:link{
	font-weight: bold;
	text-decoration: underline;
 	color: #007D7D; 
}
a:visited{
	font-weight: bold;
	text-decoration: underline;
 	color: #007D7D; 
}
a:active{
	font-weight: bold;
	text-decoration: none;
 	color: #007D7D; 
}
a:hover{
	font-weight: bold;
	text-decoration: none;
 	color: #007D7D; 
}

/* Top Bar Tile - continuation of concentric circles to right of strapline */
td.ConcentricCircles {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #007D7D;
	background-image: url(../images/strap_bg.gif);
	background-repeat: no-repeat;
}

/* Styles for 'White Space' on Homepage */
td.HomeLeftColumn {
	padding-top: 22px;
	padding-bottom: 15px;
	padding-left: 3px;
	padding-right: 15px;
	background-color: #FFFFFF;
	width: 300px;
}
td.HomeRightColumn {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 3px;
	background-color: #FFFFFF;
	width: 400px;
}

/* Background properties for cell holding Homepage Flash animation */
td.FlashBg {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/flash_bg.gif);
	background-repeat: no-repeat;
	height: 127px;
}

/* Link Lists within body text (where applicable) and linking list on homepage) */
td.LinkLists{
	font-size: 0.7em;
	line-height: 1.2em;
	padding-left: 18px;
	padding-bottom: 6px;
	background-image: url(../images/chevron.gif);
	background-repeat: no-repeat;
}

/* Style for list of links on homepage (and wherever else applicable) */
a.NoStyleLink:link{
	font-weight: normal;
	text-decoration: none;
 	color: #000000; 
}
a.NoStyleLink:visited{
	font-weight: normal;
	text-decoration: none;
 	color: #000000; 
}
a.NoStyleLink:active{
	font-weight: normal;
	text-decoration: underline;
 	color: #007D7D; 
}
a.NoStyleLink:hover{
	font-weight: normal;
	text-decoration: underline;
 	color: #007D7D; 
}

/* Footer Styles */
td.FooterBar {
	padding-top: 10px;
	padding-bottom: 10px;
	font: Tahoma;
	font-size: 9px;
	color: #007D7D;
}

a.FooterLink:link{
	font-weight: normal;
	text-decoration: none;
 	color: #007D7D; 
}
a.FooterLink:visited{
	font-weight: normal;
	text-decoration: none;
 	color: #007D7D; 
}
a.FooterLink:active{
	font-weight: normal;
	text-decoration: underline;
 	color: #007D7D; 
}
a.FooterLink:hover{
	font-weight: normal;
	text-decoration: underline;
 	color: #007D7D; 
}

/* Styles for 'White Space' on Subpages */
td.SubLeftColumn {
	padding-top: 22px;
	padding-bottom: 15px;
	padding-left: 3px;
	padding-right: 15px;
	background-color: #FFFFFF;
	width: 190px;
}
td.SubRightColumn {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 97px;
	background-color: #FFFFFF;
	width: 426px;
}

/* Title styles */
h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
	color: #007D7D;
}

h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0.2em;
	margin-bottom: 6px;
	font-weight: bold;
	color: #666666;
}

h3 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0.2em;
	margin-bottom: 6px;
	font-weight: bold;
	font-style: italic;
	color: #8C8C8C;
}

/* Bulleted list styles */
ul {
	margin-top:0em;
	margin-bottom:1em;
}
li {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.3em;
	margin-top:0.2em;
	list-style-image:  url(../images/subpages/bullet.gif);
	margin-left: -16px;
}

/* Left Nav Links - Left nav (where applicable) */
td.LeftNav{
	font-size: 0.7em;
	line-height: 1.2em;
	padding-left: 28px;
	padding-bottom: 6px;
	background-image: url(../images/subpages/chevron02.gif);
	background-repeat: no-repeat;
}

/* Style for list of links on homepage (and wherever else applicable) */
a.LeftNavLink:link{
	font-weight: normal;
	text-decoration: none;
 	color: #007D7D; 
}
a.LeftNavLink:visited{
	font-weight: normal;
	text-decoration: none;
 	color: #007D7D; 
}
a.LeftNavLink:active{
	font-weight: normal;
	text-decoration: underline;
 	color: #007D7D; 
}
a.LeftNavLink:hover{
	font-weight: normal;
	text-decoration: underline;
 	color: #007D7D; 
}
/* 'In This Section' title for Left Nav Column */
td.LeftNavTitle{
	font-size: 0.75em;
	font-weight: bold;
	color: #007D7D;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Style for tabulated information (e.g. spreadsheets, lists of links etc.) */
td.TabulatedInfo{
	font-size: 0.7em;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px #CCCCCC solid;

}

/* Style for Case Study box */
td.CaseStudy{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	/* border: 5px #007D7D solid; */
	background-color: #FFFFFF;

}

/* Style for positioning of links to download PDF's, Word docs etc. */
td.DocumentLinkBox{
	font-size: 0.7em;
	line-height: 1.2em;
	padding-left: 2px;
	padding-right: 4px;
	padding-bottom: 5px;
}