body {
	BACKGROUND: #B0D3D8;
	WIDTH: 100%;
	HEIGHT: 472px;
	MARGIN: 0px; 
	COLOR: #737373;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : 1.5em;
}


a:link {
	color: #FF5600;
	text-decoration: none;
}

a:visited {
	color: #FF5600;
	text-decoration: none;
}

a:hover {
  color: #026463; 
  text-decoration: none; 
}

a:active {
  color: #026463; 
  text-decoration: none; 
}

h1 {
	color: #026463;
	font-size : 12pt;
	font: bold;
	text-align: left;
	font-family : Arial, Helvetica, sans-serif;
	background-color: transparent;
	padding-top : 10px;
}

h2 {
	color: #737373;
	font-size : 11pt;
	line-height : 1.5em;
}

h3 {
	color: #FF5600;
	font-size : 10pt;
	font: bold;
	text-align: left;
	font-family : Arial, Helvetica, sans-serif;
	background-color: transparent;
}

p {
	line-height : 1.5em;
	font-size : 10pt;
	text-align: left;
}

strong {
	color: #737373;
	font-weight : bold;
	line-height : 1.5em;
}

ul {
	margin-top:0px;
	margin-bottom:0px
}

/* SUB NAVIGATION*/

.sub{
	color: #6FAFB6; 
	font-size : 8pt;
	text-align: right;
	font-family : Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-style : italic;
	line-height : 1.5em;
	background-image: url('../images/sub-nav-bg.gif');
	background-repeat: repeat-y;
}

.sub a:link {
	text-decoration: none;
	color: #6FAFB6;
	}
.sub a:visited {
	text-decoration: none;
	color: #6FAFB6;
	}
.sub a:hover {
	text-decoration: none;
	color: #FF5600;
	}
.sub a:active {
	text-decoration: none;
	color: #FF5600;
	}

/* RIGHT BAR*/

.right-title{
	color: #026463;
	font-size: 12pt;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	padding-top: 10px;
	font: bold;
}

.right{
	color: #555555;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align: right;
	line-height : 1.5em;
}

/* TEXT STYLES*/

.green-dark{
	color: #026463;
	line-height : 1.5em;
}

.grey{
	color: #555555;
	line-height : 1.5em;
}

.grey-small{
	color: #555555;
	line-height: 1.5em;
	font-size: 8pt;
	text-align: center;
}

.grey-bold{
	color: #737373;
	font-weight : bold;
	line-height : 1.5em;
}

.orange{
	color: #FF5600;
	line-height : 1.5em;
}

.quote{
	color: #026463;
	font-size: 10pt;
	font: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	padding-top: 10px;
	line-height: 1.7em;
	font-style: italic;
}

/* GRADIENT BACKGROUNDS*/

.top-left{
background-image: 
url('../images/bar-top-left.gif');
background-repeat: repeat-x
}

.top-right{
background-image: 
url('../images/bar-top-right.gif');
background-repeat: repeat-x
}

/* ALIGNMENT*/

.centre{
	text-align: center;
}

/* FORM PAGES*/

.form-page {
	BACKGROUND: #FFFFFF;
	WIDTH: 100%;
	COLOR: #555555;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 20px;
}


/* CASE STUDY PDF's*/

#newsCol1 {
	float: left;
	width: 100%;
	background-color: #FFF;
}

#newsCol1 h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #026463;
	padding: 0 0 2px 4px;
	border-left: 3px solid #6FAFB6;
	border-bottom: 2px solid #6FAFB6;
}
#newsCol1 h2 a {
	color: #323467;
	text-decoration: none;
}
#newsCol1 h2 a:hover {
	color: #026463; 
  text-decoration: none; 
}
#newsCol1 p {
	line-height : 1.5em;
	font-size : 10pt;
	text-align: left;
}
#newsCol1 p a {
	color: #0000FF;
	text-decoration: none;
}
#newsCol1 p a:hover {
	color: #026463; 
  text-decoration: none; 
}
#newsCol1 h3 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #323467;
	padding: 0;
	margin: 0 0 6px 0;
}
#newsCol1 ul {
	margin: 0;
	padding: 0;
}
#newsCol1 ul li {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #333333;
	padding: 0 0 0 16px;
}

