﻿.style1 {
	text-align: center;
}
.Top {
	background-position: Top;
	background-image: url('images/TableBGTop.png');
	background-repeat: no-repeat;
	cursor: auto;
	text-decoration: none;
}
.Bottom {
	background-position: bottom;
	background-image: url('images/TableBGBottom.png');
	background-repeat: no-repeat;
	cursor: auto;
	text-decoration: none;
}
td {
	background-position: bottom;
	background-image: url('');
	background-repeat: no-repeat;
	padding-left: 8px;
	font-style: normal;
	vertical-align: top;
	cursor: auto;
	text-decoration: none;
	
}
a {
	color: black;
}
.Selected {
	background-position: center;
	background-image: url('images/Selected.png');
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 16px;
	color: white;
	font-weight: bold;
	cursor: auto;
}
.TextInSelected {
		color: white;
}
.Middle {
	background-position: bottom;
	background-image: url('images/TableBG.png');
	background-repeat: no-repeat;
	padding-left: 12px;
	font-style: oblique;
	cursor: pointer;
	text-decoration: underline;
}
.style2 {
	text-align: right;
}
img {
	border-style: hidden;
	border-width: 0px;
}
.BoardItem {
	font-size: 18pt;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	text-align: center;
}
h1 {
	color: #b68800; 
	font-size: 24px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	margin: 6px 0 2px;
}
h3 {
	color: rgb(182, 136, 0); 
	font-size: 20px; 
	font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	margin-top: 6px; 
	margin-right: 0px; 
	margin-bottom: 2px; 
	margin-left: 0px; 
}
body {
	font-family: Verdana;
	font-size: 11pt;
}