body {
	margin: 30px;
	background: #333 url(images/BgGray.gif) center top fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	text-align: center;
	cursor: default;
}
a:link,
a:visited {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
a:hover,
a:active {
	color: #fff;
}
td {
	vertical-align: top;
}
tr.odd td {
	background: #eee;
}
div#wrapper {
	margin: 4px auto;
	outline: 1px solid #3c3c3c;
	border: 1px solid #000;
	background: #eee url(images/BgWhite.gif) center top;
	width: 600px;
	color: #222;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11pt;
	line-height: 20px;
	text-align: left;
}
div#footer p {
	margin: 4px;
}
div.textbox {
	margin: 10px;
	outline: 1px solid #fff;
	border: 1px solid #999;
	background: #fff;
	padding: 0px;
}
div.navbar {
	margin: 10px;
	outline: 1px solid #fff;
	border: 1px solid #999;
	background: #fff;
	padding: 2px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
span.devinfo {
	float: right;
	color: #999;
	text-align: right;
}
h1 {
	margin: 30px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11pt;
	line-height: normal;
}
h2 {
	background: #eee;
	margin: 1px;
	padding: 5px;
	font-size: 18pt;
	line-height: normal;
	font-weight: normal;
	text-align: center;
}
h3 {
	margin: 6px;
	margin-top: 16px;
	font-size: 13pt;
	font-weight: bold;
	line-height: normal;
}
p {
	margin: 6px;
}
blockquote {
	margin: 0px 32pt;
	margin-bottom: 16px;
}
.quoteStart,
.quoteEnd {
	margin: 0px;
	position: relative;
	color: #36c;
	font-size: 48pt;
	line-height: 0pt;
	text-align: center;
}
.quoteStart {
	float: left;
	left: -24pt;
	top: 30px;
}
.quoteEnd {
	float: right;
	left: 24pt;
	top: 0px;
}
.quoteStart + * {
	margin-top: 16px;
}
p.memo {
	text-align: justify;
	hyphenate: auto;
}
p.ref {
	margin: 6px 32pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
blockquote p.ref {
	margin: 6px 0px;
}
ul, ol {
	margin: 12px 0px;
	padding-left: 16pt;
}
li {
	margin: 6px;
}
div.mytype {
	text-align: center;
}
div.mytype h3 {
	display: inline;
	outline: 1px solid #eee;
	border: 1px solid #999;
	background: #eee;
	padding: 0px 14px;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	font-weight: bold;
	line-height: normal;
}
div.mytypeVariant {
	display: table;
	margin: 12px auto;
	outline: 1px solid #eee;
	border: 1px solid #999;
	background: #eee;
	padding: 0px 14px;
	text-align: center;
	font-style: italic;
}
div#wrapper a:link,
div#wrapper a:visited {
	color: #039;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #9cf;
}
div#wrapper a:hover,
div#wrapper a:active {
	background: #def;
	border-bottom: 1px solid #36c;
}
div#wrapper a.button:link,
div#wrapper a.button:visited {
	margin: 6px;
	display: block;
	outline: 1px solid #eee;
	border: 1px solid #999;
	background: #eee;
	padding: 5px;
	font-size: 13pt;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	font-weight: bold;
}
div#wrapper a.button:hover,
div#wrapper a.button:active {
	outline: 1px solid #def;
	border: 1px solid #36c;
	background: #def;
}
img {
	border: none;
}
img.icon {
	vertical-align: bottom;
}
input.linkContainer {
	display: block;
	outline: 1px solid #eee;
	border: 1px solid #999;
	background: #eee;
	margin: 6px auto;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222;
	cursor: text;
}
hr {
	height: 2px;
	color: #ccc;
	background-color: #ccc;
	border: none;
	margin: 0px 6px;
}
p.discrete,
p.discrete a:link,
p.discrete a:visited {
	color: #666;
}
p.discrete a:hover,
p.discrete a:active {
	color: #888;
}

/* FORM */
form {
	display: block;
	margin: 0px;
}
tr.alternatives label {
	display: block;
	margin: 2px 6px;
	outline: 1px solid #eee;
	border: 1px solid #999;
	height: 84px;
	background: #eee;
	padding: 5px;
	cursor: pointer;
}
input[type=submit] {
	display: block;
	margin: 6px auto;
	outline: 1px solid #eee;
	border: 1px solid #999;
	background: #eee;
	padding: 5px;
	cursor: pointer;
	color: #039;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13pt;
	text-align: center;
	font-weight: bold;
}
tr.alternatives label:hover,
tr.alternatives label:active,
tr.alternatives label.selected,
input[type=submit]:hover,
input[type=submit]:active {
	outline: 1px solid #def;
	border: 1px solid #36c;
	background: #def;
	color: #039;
}
label.selected {
	outline: 1px solid #def !important;
	border: 1px solid #36c !important;
	background: #def !important;
	color: #039;
}
input[type=submit].disabled,
input[type=submit].disabled:hover {
	outline: 1px solid #eee;
	border: 1px solid #999;
	background: #eee;
	color: #999;
	cursor: default;
}

/* QUESTION EXTRAS */
tr.questionExtras td {
	padding: 0px 6px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
tr.questionExtras select {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
tr.questionExtras select option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
tr.questionExtras .rating {
	display: block;
	float: right;
	display: inline-block;
	height: 20px;
	width: 20px;
	background-position: left;
	background-repeat: no-repeat;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}
tr.questionExtras .rating:hover {
	background-position: center;
}
tr.questionExtras .rating.selected {
	background-position: right;
}
tr.questionExtras .rating img {
	display: none;
	visibility: hidden;
}


/* TYPE SHEET */
table.typeSheet {
	margin: 10px auto;
	outline: 1px solid #eee;
	border: 1px solid #999;
	background: #eee;
	border-collapse: collapse;
}
table.typeSheet td {
	border: 1px solid #999;
	padding: 0px;
	text-align: center;
}
table.typeSheet td span {
	display: block;
	padding: 8px;
}
table.typeSheet td.marked span {
	margin: 0px;
	border: 3px solid #ccc;
	padding: 5px;
	font-weight: bold;
}
table.typeSheet td a {
	color: #039;
	text-decoration: none;
	border: none;
}
table.typeSheet td span:hover {
	margin: 0px;
	outline: 1px solid #36c;
	border: 3px solid #9cf;
	padding: 5px;
	background: #def;
}