body	{	color: #000000; 
		font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif;
		background-color: #CCCCCC;
		font-size: small;
	}

h1	{
		font-size: large;
	}

h2	{
		font-size: x-small;
	}

a	{	text-decoration: none;
	}

a:link 	{	color: #0000ff;
	}

a:visited 	{	color: #0000ff;
		}

a:hover	{
		color: #000000;
		background-color: #00ff00;
	}


hr		{	width: 850px;
			border-style: solid;
			height: 1px;
			color: #009900;
		}

p	{
		text-align: justify;
		font-size: x-small;
	}


p.centred	{
			text-align: center;
			font-size: small;
		}

p.gen		{ 	text-align: justify;
			font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif;
			font-size: small;
		}

div.main	{	text-align: center;
		}

table.page	{ 	width: 850px;
			border-style: none;
			border-width: 0;
		}

table.header	{ 	width: 850px;
			border-style: none;
			border-width: 0;
		}

table.links	{ 	width: 850px;
			border-style: none;
			border-width: 0;
		}

table.images_right	{ 	width: 850px;
				border-style: none;
				border-width: 0;
			}

table.no_images		{ 	width: 850px;
				border-style: none;
				border-width: 0;
			}

table		{	border-style: none;
			border-width: 0;
		}

td		{	border-style: none;
			border-width: 0;
		}

td.linkmid	{	text-align: center;
			border-style: none;
			font-size: x-small;
			font-weight: 300;
			width: 14%;
			border-color: #ffffff;
		}

td.thumb_cell	{
			text-align: center;
		}

img.thumb1	{	height: 70px;
		}

img.main_img1	{	height: 300px;
 			border-top-width: 15px; 
			border-style: solid;
			border-bottom-width: 15px;
			border-color: #CCCCCC;
		}

img.right	{
			text-align: right;
			border-left-width: 15px;
			border-left-style: solid;
			border-left-color: #cccccc;
		}

img.right_2	{
			text-align: right;
			border-left-width: 15px;
			border-left-style: solid;
			border-left-color: #cccccc;
			border-top-width: 15px;
			border-top-style: solid;
			border-top-color: #cccccc;
			clear: all;
		}

img.left	{
			text-align: left;
			border-right-width: 15px;
			border-right-style: solid;
			border-right-color: #cccccc;
		}


