/* link style */
a:link, a:active, a:visited { 
	text-decoration: none;
	background-color: transparent;
}
a:hover { text-decoration: underline }
a:link { color: #9CF }
a:active { color: #FFF }
a:visited { color: #C9F }

/* body text */
body {
	margin: 2em 3em 4em;
	color: #FF9;
	background: black;  
	font-family: "Trebuchet MS", "Palatino Linotype", "Tahoma", sans-serif;
	font-size: 12pt;
}

h1, .title {
	margin: 0em;
	border: 0em;
	padding: 0em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #777;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: bottom;
	font-weight: 600;
	font-size: 28pt;
	font-family: "Georgia", "Times New Roman", serif;
}

h2 {
	margin: 0em;
	border: 0em;
	padding: 0em 0em 0em .6em;
	width: 8em;
	color: black;
	background: #FF9;
	text-align: left;
	font-weight: 900;
	font-size: 22pt;
	font-family: "Georgia", "Times New Roman", serif;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #777;
	background-color: transparent;
}

table {
	border-collapse: collapse;
	border: 1px solid #777;
	empty-cells: show;
}

th {
	border: 1px solid #777;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	vertical-align: top;
}

td {
	border: 1px solid #777;
	text-align: left;
	vertical-align: top;
}

.amazon table {
	display: inline-table;
	color: #000;
	background-color: #FFF;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}
.amazon th {
	border: none;
	padding: 2px;
	text-align: right;
}
.amazon td {
	border: none;
	padding: 2px;
	text-align: left;
	vertical-align: baseline;
}


img {
	border: none;
}

.maintitle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #777;
	padding-bottom: 2px;
	text-align: right;
	font-weight: 500;
	font-size: 32pt;
}

.subtitle {
	margin: 1em 0;
	text-align: right;
 	font-size: 14pt;
}

.section {
	margin: .5em 0em 4em 3em;
}

.footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #777;
	padding-top: 2px;
	margin: 0;
	text-align: right;
	font-size: 8pt;
}

.question {
	background: #444;
	padding: .3em;
	display: inline;
}

.lastupdate {
	text-align: right;
	font-size: 8pt;
	color: #666;
}

.subtle {
	font-size: 8pt;
	color: #666;
}

.subtle2 {
	color: #CCC;
}




