body {
	margin: 0px;
	background-color: #000000;
}
.title {
	background-image: url(images/layout/title_background.gif);
}
.titleAdmin {
	background-image: url(images/title_background.gif);
}
form {
	margin: 0px;
  padding: 0px;
}
.button {
	border-style: solid;
	border-color: #A73F12;
	background-color: #F5D57E;
	border: 1px;
	font-weight: bold;
}
.pad6 { height: 6px; }
.pad10 { height: 10px; }
.pad12 { height: 12px; }
.pad14 { height: 14px; }
.blackboard {
	background-color: #000000;
  border-width: 3px;
	border-style: solid;
	border-color: #A73F12;
}
.cellBlackBackground {
	background-color: #000000;
}
.cellWhiteBackground {
	background-color: #FFFFFF;
}
.cellOrangeBackground {
	background-color: #A73F12;
}
.cellCreamBackground {
	background-color: #F5D57E;
}
.cellPaleBackground {
	background-color: #ffeebb;
}
.cellEdge {
	width: 20px;
	height: 20px;
}
.borderPale {
  border-width: 3px;
	border-style: solid;
	border-color: #ffeebb;
}
.borderOrange {
  border-width: 3px;
	border-style: solid;
	border-color: #A73F12;
}
.borderOrangeThin {
  border-width: 1px;
	border-style: solid;
	border-color: #A73F12;
}
.textSmallBlack {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.textSmallWhite {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.textSmallGrey {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
.textBodyBlack {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.textBodyWhite {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.textBodyOrange {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #A73F12;
	line-height: 18px;
}
.textBodyCream {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #F5D57E;
	line-height: 18px;
}
.textLargeBlack {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.textLargeOrange {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #A73F12;
	line-height: 20px;
}
.textLargeWhite {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.textVeryLargeWhite {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
a.linkOrange:link { color: #A73F12; text-decoration: none; font-weight: bold; }
a.linkOrange:visited { color: #A73F12; text-decoration: none; font-weight: bold; }
a.linkOrange:hover { color: #A73F12; text-decoration: underline; font-weight: bold; }
a.linkOrange:active { color: #A73F12; text-decoration: none; font-weight: bold; }
a.linkWhite:link { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a.linkWhite:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a.linkWhite:hover { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
a.linkWhite:active { color: #FFFFFF; text-decoration: none; font-weight: bold; }
