/* Style Sheet - East Surrey Woodturners */
/* Copyright Richard Peers 2009 */

BODY	{
	background-color:rgb(215,239,205);
	background-repeat: repeat;
	color: rgb(0,0,0);
	font-family: "Franklin Gothic Book", "Franklin Gothic Medium", "Franklin Gothic", "Franklin", "Arial", sans-serif;
	}

BODY.background	{
	background-image: url("images/ESW Logo Background Small.png");
	background-color:rgb(215,239,205);
	background-repeat: repeat;
	color: rgb(0,0,0);
	font-family: "Franklin Gothic Book", "Franklin Gothic Medium", "Franklin Gothic", "Franklin", "Arial", sans-serif;
	}

BODY.nobackground
	{
	background: white;
	color: rgb(0,0,0);
	font-family: "Franklin Gothic Book", "Franklin Gothic Medium", "Franklin Gothic", "Franklin", "Arial", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	}

A:link	{color: blue}
A:active	{color: red}
A:visited	{color: black}

H1	{
	font-family: "Franklin Gothic Heavy", "Franklin Gothic Medium", "Franklin Gothic", "Franklin", "Arial", sans-serif;
	color: rgb(192,0,0);
	font-weight: bold;
	font-style: normal;
	text-align: left;
	}

H2	{
	font-family: "Franklin Gothic Heavy", "Franklin Gothic Medium", "Franklin Gothic", "Franklin", "Arial", sans-serif;
	color: rgb(192,0,0);
	font-weight: bold;
	font-style: normal;
	text-align: left;
	}

H3	{
	font-family: "Franklin Gothic Heavy", "Franklin Gothic Medium", "Franklin Gothic", "Franklin", "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	}

H1.serif	{
	font-family: "Times New Roman", Times, serif;
	color: rgb(0,0,0);
	font-weight: bold;
	font-style: italic;
	text-align: center;
	}

EM	{
	color: rgb(192,0,0);
	font-style: normal;
	}

.normal
	{
	text-align: left;
	}

.left
	{
	text-align: left;
	}

.centred
	{
	text-align: center;
	}

.right
	{
	text-align: right;
	}

IMG.solid
	{
	opacity:1;
	filter:alpha(opacity=100)
	}

IMG.faded
	{
	opacity:0.6;
	filter:alpha(opacity=60)
	}

TABLE.normal
	{
	border-style:none;
	}

TR.header	{
	text-align: left;
	color: white;
	background-color: rgb(15,134,21);
	font-weight: bold;
	}

TR.vdark	{
	color: rgb(102,255,102);
	background-color: rgb(11,61,24);
	}

TR.dark	{
	color: rgb(15,134,21);
	background-color: rgb(215,239,205);
	}

TR.dark B	{
	color: rgb(192,0,0);
	background-color: rgb(215,239,205);
	font-weight: bold;
	}

TR.dark STRONG	{
	color: rgb(192,0,0);
	background-color: rgb(215,239,205);
	font-weight: bold;
	}

TR.dark A
	{
	color: rgb(15,134,21);
	background-color: rgb(215,239,205);
	font-weight: normal;
	}

TR.dark A:visited
	{
	color: rgb(15,134,21);
	background-color: rgb(215,239,205);
	font-weight: normal;
	}

TR.dark A:active
	{
	color: rgb(15,134,21);
	background-color: rgb(215,239,205);
	font-weight: normal;
	}

TR.light
	{
	color: rgb(15,134,21);
	background-color: white;
	}

TR.light B
	{
	color: rgb(192,0,0);
	background-color: white;
	font-weight: bold;
	}

TR.light STRONG
	{
	color: rgb(192,0,0);
	background-color: white;
	font-weight: bold;
	}

TR.light A
	{
	color: rgb(15,134,21);
	background-color: white;
	font-weight: normal;
	}

TR.light A:active
	{
	color: rgb(15,134,21);
	background-color: white;
	font-weight: normal;
	}

TR.light A:visited
	{
	color: rgb(15,134,21);
	background-color: white;
	font-weight: normal;
	}

TABLE.gallery
	{
	border-width: 5px;
	border-spacing: 2px;
	border-style: double;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	}

TABLE.gallery TH
	{
	border-width: 3px;
	padding: 5px;
	border-style: double;
	border-color: green;
	}

TABLE.gallery TD
	{
	border-width: 3px;
	padding: 5px;
	border-style: double;
	border-color: green;
	}

TR.galleryhead
	{
	font-family: "Franklin Gothic Heavy", "Franklin Gothic Medium", "Franklin Gothic", "Franklin", "Arial", sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	background: white;
	border-width: 3px;
	padding: 5px;
	border-style: double;
	border-color: green;
	}

TR.gallerytail
	{
	font-family: "Franklin Gothic Book", "Franklin Gothic Medium", "Franklin Gothic", "Franklin", "Arial", sans-serif;
	font-size: small;
	font-style: normal;
	text-align: center;
	background: white;
	border-width: 3px;
	padding: 5px;
	border-style: double;
	border-color: green;
	}

TR.galleryimage
	{
	font-family: "Franklin Gothic Book", "Franklin Gothic Medium", "Franklin Gothic", "Franklin", "Arial", sans-serif;
	font-size: small;
	font-style: normal;
	text-align: center;
	background: white;
	border-width: 3px;
	padding: 5px;
	border-style: double;
	border-color: green;
	}

TABLE.left
	{
	margin-left: 0pt;
	margin-right: auto;
	}

TABLE.page
	{
	border-bottom: 2px solid rgb(192,0,0);
	background-color: rgb(215,239,205);
	}

TABLE.page TD
	{
	border-bottom: 2px solid rgb(192,0,0);
	}

DIV.box
	{
	border: 2px solid rgb(192,0,0);
	background-color: white;
	}


P	{}

P.large	{
	font-size: 24pt;
	color: rgb(192,0,0);
	}

P.largecenter
	{
	font-size: 24pt;
	text-align: center;
	color: rgb(192,0,0);
	font-style: normal;
	}

P.signature
	{
	text-align: left;
	font-size: 12pt;
	}
