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 {
	color: #006600;
	font-size: 14pt;
	text-align: center;
	width: 800px;
	padding-bottom: 15px;
	border-bottom: 1px solid #006600;
	clear: all;
}

div.body {
	padding-top: 10px;
	padding-bottom: 10px;
	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;
	border-top: 1px solid #006600;
	clear: all;
}

p {
	text-align: justify;
}

p.center {
	text-align: center;
}

p.title {
	font-size: 14pt;
	color: #006600;
	text-align: left;
}

p.small {
	font-size: 10pt;
}

p.back {
	text-align: center;
}

i.quote {
	font-style: italic;
	color: blue;
}

table.bordered {
	border-right: 1px solid #009900;
	border-left: 1px solid #009900;
	border-top: 1px solid #009900;
}

td.title {
	text-align: center;
	vertical-align: middle;
	background: #ccffcc;
	border: 1px solid #009900;
}

td.footer {
	font-size: small;
	text-align: center;
	vertical-align: middle;
	background: #ccffcc;
	border: 1px solid #009900;
}

td.caption {
	font-size: small;
	background: #ffff8c;
	vertical-align: top;
}

td.type1 {
	font-size: small;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #009900;
}

td.type1a {
	font-size: small;
	text-align: left;
	vertical-align: top;
}

td.type2 {
	font-size: small;
	text-align: left;
	vertical-align: top;
	background: #ccffcc;
	border-bottom: 1px solid #009900;
}

td.type2a {
	font-size: small;
	text-align: left;
	vertical-align: top;
	background: #ccffcc;
}

td.type3 {
	font-size: small;
	text-align: left;
	vertical-align: top;
	background: #ffff8c;
	border-bottom: 1px solid #009900;
}

td.type3a {
	font-size: small;
	text-align: left;
	vertical-align: top;
	background: #ffff8c;
}

font.red {
	color: red;
}

font.blue {
	color: blue;
}

