body {
	font-family: Wellsley, "Palatino Linotype", Script, cursive;
	font-size: xx-small;
	color: white;
	background-color: black;
}

td, th {
	font-family: Wellsley, "Palatino Linotype", Script, cursive;
	font-size: xx-small;
	color: white;
	background-color: transparent;
}

.text {
	font-family: Wellsley, "Palatino Linotype", Script, cursive;
	font-size: large;
	font-style: italic;
	color: #FF0000;
}

.smalltext {
	font-family: Wellsley, "Palatino Linotype", Script, cursive;
	font-size: small;
	font-style: italic;
	color: #FF0000;
}

.maintext {
	font-family: Wellsley, "Palatino Linotype", Script, cursive;
	font-style: italic;
	font-size: x-large;
	color: #000;
}

.formtext {
	font-family: Wellsley, "Palatino Linotype", Script, cursive;
	font-style: italic;
    font-size: large;
	color: #000000;
}

.imagebackground {
	background-color: #000;
}

.formbackground {
    background-image: url(../Images/pagemiddlecenter.gif);
	font-family: Wellsley, "Palatino Linotype", Script, cursive;
	font-size: medium;
	font-style: italic;
	color: #000000;
}

.buttonbackground {
    background-image: url(../Images/pagemiddlecenter.gif);
	background-color: #FFCC66;
	font-family: Wellsley, "Palatino Linotype", Script, cursive;
	font-size: medium;
	font-style: italic;
	color: #FF0000;
}

.tablebackgroundtopleft {
	background-image: url(../Images/pagetopleft.gif);
	height: 44px;
	width: 45px;
}

.tablebackgroundtopcenter {
	background-image: url(../Images/pagetopcenter.gif);
}

.tablebackgroundtopright {
	background-image: url(../Images/pagetopright.gif);
	width: 37px;
}

.tablebackgroundmiddleleft {
	background-image: url(../Images/pagemiddleleft.gif);
}

.tablebackgroundmiddlecenter {
	background-image: url(../Images/pagemiddlecenter.gif);
}

.tablebackgroundmiddleright {
	background-image: url(../Images/pagemiddleright.gif);
}

.tablebackgroundbottomleft {
	background-image: url(../Images/pagebottomleft.gif);
	height: 38px;
}

.tablebackgroundbottomcenter {
	background-image: url(../Images/pagebottomcenter.gif);
}

.tablebackgroundbottomright {
	background-image: url(../Images/pagebottomright.gif);
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FF0000;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #999999;
	background-color: transparent;
}

.tablenavbar {
	color: white;
}

.tablenavbar a {
	color: red;
}

.navlist {
	display: block;
	list-style-type: none;
	margin-left: 0px;
}
