body {
	margin: 0px;
	padding: 0px;
	background:#ece9d8; 
}


hr { 
border: none;
border-bottom: solid 1px #ccc;
color: #ffffff; /*** ---page colour so it displays ok in ie-- ***/	
background-color: #ffffff;
}

h1, .h1 {
	font-size: 11px;
	font-weight: bold;
	color: #00646B;
}

h3, .h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00646B;
}


.text9 {
	font-size: 10px;
	color: #333333;
}

.ref{
	font-size: 9px;
	color: #777777;
	line-height: 120%;
}

.white {
	font-size: 10px;
	color: #ffffff;
}

a {
	color: #00646B;
	text-decoration: none;
}
a:visited {
	color: #00646B;
	text-decoration: none;
}
a:hover {
	color: #00646B;
	text-decoration: underline;

}
a:active {
	color: #00646B;
	text-decoration: none;
}

a.con {
	color: #ffffff;
}
a.con:visited {
	color: #cccccc;
}
a.con:hover {
	color: #ffffff;
}
a.con:active {
	color: #ffffff;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
	}
	
div {
	color: #333333;
	}
	
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
	}
	
ul {
	color: #333333;
	line-height: 150%;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	}
	
li {
	color: #333333;
	line-height: 150%;
	}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #00646B;
	line-height: 120%;
	}

