body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC4A0;
}


.left {
	background-color: #C2B684;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url("images/left.gif");
}

.left-title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #780000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #780000;
}

.left-adv {
	background-color: #C2B684;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url("images/left.gif");
}

.body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC4A0;
}

.p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.horizline {
	border-bottom: 2px double #C2B684;
}

.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-left: 35px;
}

a.footer:link{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #780000;
}

a.footer:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #780000;
}

a.footer:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #484424;
}

a:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #780000;
}

a:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #780000;
}

a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #484424
}

.header-img {
	background-image: url("artcollage-sm.jpg");
}

FORM {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TEXTAREA {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

INPUT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

SELECT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.title-2 {
	border: 1px solid #780000;
	border-bottom: 0px;
	background-color: #ccc4A0;
	font-weight: bold;
}

/*on faqs-ki2.shtml the above style is being used for the answer title.  For some reason it's making the font size large, even though no font size is defined.  When I used this same style on game-rules.shtml it does not increase the font size.  Obviously there is something else in the css or the html for faqs-ki2.shtml that is causing this change.

In game0rules.shtml I do actually want the font size larger, but if I add it to the style the fonr on faqs-ki2.shtml gets even larger.  I can't figure this out so am duplicating the style for use on game-rules.shtml, below.*/

.title-3 {
	background-color: #ccc4A0;
	font-weight: bold;
	font-size: 120%;
}

table.schedule-table {
	border: 1px solid #780000;
	border-spacing: 0px;
	padding: 2px;
	margin: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table.schedule-table td {
	border: 1px solid #780000;
	/*border: 1px solid #ccc4a0;*/
	padding: 2px;
	margin: 0px;
}

.schedule-buttonrow,
.schedule-menu {
	border: 1px solid #780000;
	background-color: #ccc4A0;
	font-weight: bold;
	padding: 2px;
	font-size: 10px;
}

#SCHEDULEPOPUP {
	position: absolute;
	visibility: hidden;
	border: 1px solid #780000;
	border-spacing: 0px;
	background-color: #ccc4A0;
	font-weight: bold;
	padding: 2px;
	font-size: 10px;
}

.schedule-button {
	border: 1px solid #780000;
	background-color: #ccc4A0;
	font-weight: bold;
}

.schedule-reset {
	border: 1px solid #780000;
	background-color: #ddc4A0;
	font-weight: bold;
}

.schedule-title {
	background-color: #ccc4A0;
	font-weight: bold;
	font-size: 10px;
}
.schedule-0 {
	background-color: #CCC4A0;
}
.schedule-1 {
	/*background-color: #99FF99;*/
	background-color: #99FFCC;
	background-color: #FFFFCC; /* yellow */
}
.schedule-2 {
	/*background-color: #66CC33;*/
	background-color: #66CC99;
	background-color: #CCFFFF; /* blue */
}
.schedule-3 {
	/*background-color: #339900;*/
	background-color: #339966;
	background-color: #CCFFCC; /* green */
}
.schedule-4 {
	/*background-color: #CCC4A0;*/
	background-color: #006633;
	background-color: #FFCCCC; /* red */
}
.schedule-weekEnd {
	background-color: #C2B684;
}
