a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:link {
	color: #006633;
	text-decoration: underline;
}

a:visited {
	color: #006633;
	text-decoration: underline;
}

a:active {
	color: #006633;
	text-decoration: none;
}

a:hover {
	color: #006633;
	text-decoration: none;
}

body {
	background-attachment: fixed;
	background-color: white;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

div.header {
	text-align: center;
	width: 800px;
	clear: all;
}

div.body {
	width: 800px;
}

#report_menu {
	width: 100px;
	float: left;
	text-align: left;
	padding: 2px 5px 2px 5px;
}

#report_main {
	margin-left: 100px;
}

div.footer {
	padding-top: 15px;
	font-size: 10pt;
	text-align: center;
	width: 800px;
	clear: all;
}

p.title {
	font-size: 14pt;
	color: #006600;
	text-align: center;
	vertical-align: middle;
}

p.small {
	font-size: 10pt;
}

small {
	font-size: 10pt;
}

i {
	font-style: italic;
}

i.quote {
	color: blue;
}

td {
	vertical-align:top;
}

td.notice_head {
	color: white;
	font-weight: bold;
	text-align: center;
	background: #009900;
}

td.notice {
	background: #ccffcc;
	border: 1px solid #009900;
}

td.caption {
	font-size: 10pt;
	background: #ffff8c;
}

iframe {
	font-size: 10pt;
	text-align: center;
	background: white;
}

img {
	vertical-align: middle;
}

li {
	list-style-type: square;
}

li.title {
	font-weight: bold;
	list-style-type: none;
}

