h1 {
	text-align: center;
	color: #FFFFFF;
	font-family: Times New Roman;
}

h3 {
	border-bottom: 1px solid #990000;
	padding-bottom: 8px;
}

.iconLeft {
	padding-right: 4px;
}

.poll {
/*	background-color: white;*/
}

body {
	background-color: black;
	color: white;
}

a {
	color: #000099;
}
a:hover {
	color: #990000;
}

.header {
	background-color: #000000;
	width: 100%;
/*	height: 200px;*/
}

.body {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid black;
	width: 90%;
}

.leftColumn {
	width: 160px;
	background-image: url(faded-Background.jpg);
/*	background-image: url(160x600_01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
*/
	background-position: center center;
	background-color: black;
	color: white;
	padding-bottom: 10px;
}

.rightColumn {
	width: 160px;
/*	background-image: url(Orc_14.jpg);*/
	background-image: url(faded-Background.jpg);
/*	background-image: url(160x600_04.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
*/
	background-position: center center;
	background-color: black;
	color: white;
	padding-top: 10px;
}

.disclaimer {
	text-align: center;
	font-size: 9pt;
	color: #999999;
	margin-left: 10%;
	margin-right: 10%;
}

.middleColumn {
	background-color: #FFFFFF;
	color: black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}

.middleColumn iframe {
/*	background-color: white;
	border: 1px solid black;
*/
}

.contentBodyFeedback td {
	color: white;
}

.ttul {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.ttum {
	border-bottom: 1px solid black;
}
.ttur {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.ttml {
	border-right: 1px solid black;
}
.ttmm {
/*	border: 1px solid black;*/
}
.ttmr {
	border-left: 1px solid black;
}
.ttll {
	border-right: 1px solid black;
	border-top: 1px solid black;
}
.ttlm {
	border-top: 1px solid black;
}
.ttlr {
	border-left: 1px solid black;
	border-top: 1px solid black;
}
.tictactoe table {
	width: 100%;
}

.tthead {
	font-family: New Courier;
	font-size: 18pt;
	font-weight: bold;
}
