/* rgb(128,128,255) */

body {
	background: rgb(158,168,255);
	color: black;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
}
table {
        background: #AACCFF;
        position: relative;
        visibility: visible;
        color: black;
        font-family: Tahoma, sans-serif;
	font-size: 8pt;
        z-index: 0;
        border-style: dotted;
        border-color: black;
        border-width: 1px;
	width: 95%;
}
.outertable {
        background: #eeeeee;
        color: black;
        font-family: Tahoma, sans-serif;
        z-index: 0;
	border-left: 2px solid gray;
	border-top: 2px solid gray;
	border-bottom: 4px solid rgb(64,64,64);
	border-right: 4px solid rgb(64,64,64);
}

.content-bg {
	background: white;
	color: black;
	font-family: Tahoma, sans-serif;
	padding: 5px;
	width: auto;
	height: auto;
	border-left: 2px solid gray;
	border-top: 2px solid gray;
	border-bottom: 4px solid rgb(64,64,64);
	border-right: 4px solid rgb(64,64,64);
	margin-left: 12.5%;
	margin-right: 12.5%;
	margin-top: 5%;
}
A:hover {
	color: black;
	text-decoration: underline;
}
A:visited {
	color: black;
	text-decoration: underline;
}
A {
	color: black;
	text-decoration: underline;
}
.logoregion {
	z-index: 0;
	position: absolute;
        right: 2%;
        bottom: 2%;
}
.titletext {
	color: black;
	text-align: center;
	font-size: 35px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}
.bodycontent {
	border: 1px dashed black;
	text-align: left;
	padding: 10px;
	position: relative;
	right: +5%;
	left: +5%;
	width: 90%;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 10pt;
        font-family: Tahoma, sans-serif;
        font-weight: normal;
}
.navBlock {
	border: 1px dashed black;
	position: relative;
	right: +5%;
	left: +5%;
	width: 90%;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 10pt;
        font-family: Tahoma, sans-serif;
        font-weight: normal;
}
.navList {
	padding: 12px;
	margin: 2px;
}
img {
	border: 0px;
	vertical-align: middle;
}
form, input {
	text-align: center;
}

.underlined {
	border-left: none;
	border-top: none;
	border-bottom: 1px dashed red;
	border-right: none;
	align: center;
}

.norm {
	align: center;
}
th {
	background-image: url(http://trivia.chatspike.net/stats/grad.gif);
	align: center;
	font-weight: bold;
	padding: 0px;
	border: 0px;
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
}

li {
	position: relative;
	left: +50px;
	width: 90%;
	list-style-type: square;
}
