body 
	{
	background-color: #ffffff; /* light cream */
	font-family: Arial, Helvetica, sans-serif;
	}
	
.header  /* Background colour to logo and navigation */
	{
	background-color: #000000;  /* Black*/
	}

a
	{
	text-decoration: none;
	}
	
a:link
	{
	color: #660033; /* maroon */
	}
	
a:visited
	{
	color: #997777; /* plum */
	}
	
a:hover
	{
	color: #ff0000; /* red */
	}
	
a:focus
	{
	color: #0000ff; /* blue */
	text-decoration: underline;
	}

.borLeft  /*  border in middle of therapies page to separate content  */
	{
	border-left: 1px groove #000000;
	}

.img  /* remove borders around images used for hyperlinks  */
	{
	border: none;
	padding: 10px;
	}

img.figLt
	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px dashed #777;
	padding: 10px;	
	}
	
img.figRt
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px dashed #777;
	padding: 10px;	
	}
	
.pad
	{
	padding: 0px 5px 0px 5px;
	}
	
p
	{
	font-size: 14px;
	}
	
.bold
	{
	font-weight: bold;
	}

.italic
	{
	font-style: italic;
	}	
	

/*  ALIGNMENTS  */

.auto
	{
	margin-right: auto;
	margin-left: auto;
	}

.ctr
	{
	text-align: center;
	}
	
.lt
	{
	text-align: left;
	}
	
.rt
	{
	text-align: right;
	}
	
.top
	{
	vertical-align: top;
	}

.middle
	{
	vertical-align: middle;
	}
	
.bottom
	{
	vertical-align: bottom;
	}	

table
	{
	border-collapse: collapse;
	}
	
li
	{
	list-style-image: url(../images/bullet2.png);  /*  use yoga valley symbol for bullet points  -  bullet2.png*/
	}

#copy
	{
	font-size: 8pt;
	text-align: center;
	}

/* TABLE BORDERS FOR DEVELOPMENT ONLY  

table tr td
	{
	border: 1px solid #000000;
	}
	
*/