﻿body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #99C2D6; 
	padding-left: 15px; 
	padding-top: 15px;  
	text-align:center;
}
.line {
	background-color: #006699;
	height:3px;
}
.HeaderBig {
	font-family: Arial;
	font-size: 48px;
	text-align: center;
	color: #006699;
}
.HeaderSmall {
	font-family: Arial;
	font-size: 24px;
	text-align: center;
	color: #006699;
}
.HeaderSmallLeft {
	font-family: Arial;
	font-size: 24px;
	text-align: left;
	color: #006699;
}
td.headerBar {
	font-family: Arial;
	font-size: 20px;
	text-align: left;
	color: white;
	background-color: #006699;
}
a.topMenu:link {
	color: white;
	text-decoration: none;
}
a.topMenu:visited {
	color: white;
	text-decoration: none;
}
a.topMenu:hover 
{
	color: #006699;
	text-decoration: none;
	background-color: white;
}

a.leftMenu:link {
	color: white;
	text-decoration: none;
}
a.leftMenu:visited {
	color: white;
	text-decoration: none;
}
a.leftMenu:hover 
{
	color: White;
	text-decoration:underline overline;
}

a.generalLink {
	color: #006699;
	text-decoration: none;
}
a.generalLink:hover {
	color: white;
	text-decoration: none;
	background-color: #006699;
}
img {
	border-style: none;
}
hr {
	color: #006699;
	height: 4px;
}
hr.white {
	color: white;
	height: 4px;
}
span.selected {

	color: #006699;
	text-decoration: none;
	background-color: white;
}
table {
	border-style: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	text-align:left;
}
table.layout {
	border: 0px;
	padding: 0px;
	width: 800px;
	margin: 0px;
	border-collapse: collapse;
	text-align:left;
}
tr {
	text-align:left;
}
td {
	text-align:left;
}
td.center {
	text-align:center;
}
td.topCenter {
	text-align:center;
	vertical-align:top;
}
td.topLeft{
	text-align:left;
	vertical-align:top;
}
td.TopMenu {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background-color: #006699;
	color: white;
}
td.body {
	text-align:left;
	vertical-align:top;
	padding-right:30px;
}
th {
	text-align:center;
	font-weight:bold;
	background-color:silver;
}
td.calendar{
	text-align:center;
	background-color:silver;
	border:thin;
	border-color:gray;
	border-style:inset;	
}
th.calendar{
	text-align:center;
	background-color:silver;
	border:thin;
	border-color:gray;
	border-style:inset;	
}
div.bigtext
{
	font-weight: bold;
	font-size: x-large;
	color: #085aa5;
	text-align: center;
}
div.bigtextleft
{
	font-weight: bold;
	font-size: x-large;
	color: #085aa5;
	text-align: left;
}
div.bigtextred
{
	font-weight: bold;
	font-size: x-large;
	color: red;
	text-align: center;
}


tr.names_row
{
	vertical-align: top;
	text-align: center;
}


td.names_peg_spacer
{
	width: 50px;
	background-color: saddlebrown;
}
td.names_peg
{
	border-left-color: brown;
	vertical-align: top;
	width: 50pt;
	color: white;
	border-top-style: outset;
	border-top-color: brown;
	border-right-style: outset;
	border-left-style: outset;
	height: 10pt;
	background-color: saddlebrown;
	text-align: center;
	border-right-color: brown;
}

td.names_board_spacer
{
	width: 50px;
	background-color:Transparent;
}

td.names_title_board
{
	font-weight: bold;
	font-size: 12pt;
	border-left-color: brown;
	border-bottom-color: brown;
	vertical-align: top;
	width: 50pt;
	color: gold;
	border-right-style: outset;
	border-left-style: outset;
	background-color: saddlebrown;
	text-align: center;
	border-right-color: brown;
	border-bottom-style: outset;
}
td.names_name_board
{
	font-weight: bold;
	font-size: 12pt;
	border-left-color: brown;
	border-bottom-color: brown;
	vertical-align: top;
	width: 10pt;
	color: white;
	border-right-style: outset;
	border-left-style: outset;
	background-color: saddlebrown;
	text-align: center;
	border-right-color: brown;
	border-bottom-style: outset;
}

tr.odd
{
	background-color: lavender;
}

tr.even
{
	background-color: peachpuff;
}