/*  main colour 214E51 */

body 		{ 
		background: url(/bg.jpg) 
		repeat-x fixed
		center top;
		}


td  		{
		font: 12px sans-serif;
		color: #000000;
		background-color: #ffffff;
		}
		
td.main		{
		font: 12px sans-serif;
		color: #000000;
		background-color: #ffffff;
		padding: 8px 8px 8px 8px;
		}

a.coloured	{
		text-decoration: none;
		color: 214e51;
		}

a		{
		text-decoration: none;
		color: 0000ff;
		}
		
.smalllink		{
		font: 9px sans-serif;
		text-decoration: none;
		color: 214e51;
		}


		
.small		{
		font: 9px sans-serif;
		}
		
.coloured	{
		color: 214e51;
		}
		
.coloured_lg	{
		color: 214e51;
		font: 18px sans-serif;
		font-weight: bold;
		}
	
td.block 	{
		height: 18px;
		background-image: url(bar.jpg);
		background-repeat: x;
		background-position: 0% 0%
		}

p	 	{
		text-align: justify;
		}
	
.centered	{
		text-align: center;
		}
		

	
p.photodesc 	{
		font: 10px sans-serif;
		text-align: center;
		}

.bordered
		{
		border: solid 1px #000000;
		}