body {
	background-color: #000000;
	color: #ffffff;
	font-family: "Times New Roman", serif;
	font-size: 16px;
}
a:link, a:active, a:visited {
	background-color: transparent;
	color: red;
	text-decoration: none;
}
a:link.tuf, a:active.tuf, a:visited.tuf {
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
table#Containment {
	width: 894px;
	height: 812px;
}
td {
	background-color: transparent;
	vertical-align: top;
	color: #000000;
	font-family: "Comic Sans MS", cursive;
}
td#tileLeft {
	width: 15px;
	height: 564px;
	background: url(../images/wtf_tileLeft.jpg) repeat-y;
}
td#Menu {
	width: 105px;
	height: 564px;
	background: url(../images/wtf_tileMenu.jpg) repeat-y;
	padding-top: 10px;
	padding-left: 60px;
	line-height: 26px;
}
td#tileCenter {
	width: 17px;
	height: 564px;
	background: url(../images/wtf_tileCenter.jpg) repeat-y;
}
td#Content {
	width: 528px;
	height: 564px;
	background: url(../images/wtf_tileContent.jpg) repeat-y;
	font-size: 16px;
	padding: 10px;
	line-height: 26px;
}
td#tileRight {
	width: 13px;
	height: 564px;
	background: url(../images/wtf_tileRight.jpg) repeat-y;
}
input {
	background-color: #c0c0c0;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #000000;
}
select {
	background-color: #c0c0c0;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	width: 130px;
	border: 1px solid #000000;
}
option {
	background-color: #c0c0c0;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
optgroup {
	background-color: #c0c0c0;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
textarea {
	background-color: #c0c0c0;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #000000;
	padding: 5px;
}
