body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	background-color:#FFF;
	text-align:justify;
}

div#pagebox {
    width:800px;
    background-color:#FFF;
    border:1px dotted #000;
    margin:0px auto;
    padding:20px;
}

ins {
	text-decoration:none;
}

div.adbox {
    text-align:center;
    margin:30px 0px 10px 0px;
    padding:0px;
}

p.page-header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	margin:0px 0px 40px 0px;
	padding:0px;
}

h1 {
	color:#FF6600;
	font-size:30px;
	margin:40px 0px 5px 0px;
	padding:5px;
	border-bottom:1px solid #F60;
}

p.h1-sub {
    color:#000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    margin:0px 0px 0px 20px;
    padding:0px;
}

h2 {
	color:#FF6600;
	font-size:18px;
	margin:60px 20px 10px 20px;
	padding:0px 0px 3px 0px;
	border-bottom:1px dotted #F60;
}

p {
	line-height:1.3em;
	margin:10px 20px 15px 30px;
}

p:first-letter {
	padding-left: 10px;
}

table {
	width:800px;
	text-align:center;
	border-spacing:0px 2px;
	padding:3px;
	border:1px solid #000;
	background-color:#CCCCCC;
}

table:hover {
	cursor:crosshair;
}

td img {
    border:0px;
}

td img.positive {
    width:20px;
}

td img.negative {
    width:20px;
}

td span.footnote {
    font-size:9px;
    vertical-align:super;
}

caption {
	font-size:18px;
	font-weight:bold;
	margin:30px 10px 20px 10px;
}

caption:hover {
	cursor:default;
}

thead th {
	border-bottom:1px solid #000;
}

tbody tr:hover {
	background-color:#FFF;
}

td {
	padding:3px 5px 3px 5px;
}

tfoot {
	font-size:10px;
}

ul {
	text-decoration:none;
	list-style-type:square;
	margin:0px 0px 0px 20px;
}

li {
	text-decoration:none;
	padding:0px 0px 3px 0px;
}

a {
	color:#F60;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.code {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	margin:0px;
	padding:2px;
	border:1px dotted #CCC;
	background-color:#FFF;
}

.code:hover {
	background-color:#CCCCCC;
	cursor:crosshair;
}

p.footer {
	font-size:12px;
	text-align:center;
	line-height:1.5em;
	margin:50px 20px 0px 20px;
	padding:5px 0px 0px 0px;
	border-top:1px solid #000;
}