body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container {
	border: 0px #f0f0f0 solid;
	margin: auto;
	width: 500px;
}
#logo {
	background-color: #ffffff;
	float: left;
	padding: 10px;
	text-align: center;
	width: 220px;
}
#time {
	background-color: #0C96C4;
	border: 5px #12A7DA solid;
	color: #ffffff;
	font-family: monospace;
	font-size: 25px;
	float: right;
	height: 55px;
	padding-top: 27px;
	text-align: center;
	width: 250px;
}
#logout {
	background-color: #ffffff;
	clear: both;
	text-align: right;
}
#content {
	background-color: #f4f5f5;
	border: 1px #cccccc solid;
	clear: both;
	height: 320px;
	padding: 15px;
}
#footer {
	clear: both;
	color: #cccccc;
	font-size: 10px;
	margin: auto;
	margin-top: 3px;
	text-align: right;
}
#questionXfromY {
	color: #646464;
	text-align: center;
}
p {
	text-align: justify;
	text-indent: 30px;
}
#loading {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
th.results {
	font-size: 10px;
}
td.results {
	border-top: 1px #cccccc solid;
	font-size: 10px;
}
input.button {
	background-color: #0C96C4;
	border: 5px #12A7DA solid;
	color: #ffffff;
	font-family: monospace;
	font-size: 30px;
	font-weight: bold;
}
input.text {
	border: 1px #0C96C4 solid;
	color: #000000;
	width: 110px;
}
input.checkbox {
	border: 1px #0C96C4 solid;
	margin-right: 5px;
}
a {
	color: #0C96C4;
}
a:hover {
	color: #EA1C26;
}
th.header {
	background-color: #0C96C4;
	border: 5px #12A7DA solid;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
td {
	border-bottom: 2px #f4f5f5 solid;
}
td.error {
	color: #ff0000;
	font-size: 11px;
}
input.text {
	width: 100%;
}
select {
	width: 100%;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 150px;
	width: 100%;
}
span.req {
	color: #ff0000;
}
