/* Wilmslow Games Club CSS */

/* Version 1.0 - January 2001 */


/* Specify tag styles
	#FFFFFF = White   
	#006660 = Dark Green
	#87CEFA = light Blue
	#F8F0A0 = Sand
	#000000 = Black
*/

body {
	font-family: "Verdana, Geneva, Helvetica, Arial, Sans-Serif";
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;  
	text-align: left;  
}


.header {
	color: #FFFFFF;
	background-color: #006660
}	

.footer {
	height: 40px;
}


.main {
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF
}

hr.short {
	color: #006660;
	width: 90%;
}

hr.wide {
	color: #006660;
	width: 100%;
}

.side {
	background-color: #F8F0A0;
	text-align: Center; 
}


.buttons {
  background-color: #006660; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: bold;
  font-variant: small-caps;
  color: #FFFFFF;
  border-top-color: #339999;
  border-left-color: #339999;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-width: thin;
  border-style: outset;
}


h1 {
	font: bold 20pt "Verdana, Geneva, Helvetica, Arial, Sans-Serif";
	color: white;
	text-align: left;
	margin-top: 10pt;
	margin-left: 10pt;
}

h2 {
	font: bold 10pt "Verdana, Geneva, Helvetica, Arial, Sans-Serif";
	text-align: Left;
	margin-top: 5pt;
	margin-left: 10pt;
	margin-bottom: 0pt;
}

h3 {
	font: bold 10pt "Verdana, Geneva, Helvetica, Arial, Sans-Serif";
	text-align: Left;
	margin-top: 5pt;
	margin-left: 10pt;
	margin-bottom: 0pt;
}


h4 {
	font: bold italic 10pt "Verdana, Geneva, Helvetica, Arial, Sans-Serif";
	text-align: Left;
	margin-top: 5pt;
	margin-left: 10pt;
	margin-bottom: 0pt;
}
.title {
	font: bold 10pt "Verdana, Geneva, Helvetica, Arial, Sans-Serif";
	text-align: center;
	margin-top: 5pt;
	margin-left: 10pt;
	margin-bottom: 0pt;
}
	

td, th {
	font-size: 10pt;
	text-align: Center; 
	margin-top: 5pt;
	margin-left: 10pt;
	margin-right: 10pt;
}

.left  {
	font-size: 10pt;
	text-align: left; 
	margin-top: 5pt;
	margin-left: 10pt;
	margin-right: 10pt;
}

.right  {
	font-size: 10pt;
	text-align: right; 
	margin-top: 5pt;
	margin-left: 10pt;
	margin-right: 10pt;
}

ul	{
	text-align: left;
	font-size: 10pt;
}


/* Set properties for links. */


a:link  {
	color: #006660;
}

a:active {
	color: #006660;
}

a:visited  {
	color: #006660;
}

a:hover   {
	color: #000000;
}



a:link.button  {
	color: #FFFFFF;
	text-decoration: none;
}

a:active.button  {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.button  {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.button   {
	color: #FFFFFF;
	text-decoration: none;
}

/* additional selector of .buttons to resolve a problem in Netscape 4 */

.buttons A:link {
  text-decoration: none;
  color: white;
}

.buttons A:visited {
  text-decoration: none;
  color: white;
}



/* Format footnotes as 8-point and center them. 
*/

.footnote {
	font-size: 9pt;
	font-family: "Garamond","Times New Roman";
	text-align: center;
	background-color: #FFFFFF
}
