﻿@import "styles.css";
body
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
}

a:link
{
	color: blue;
	text-decoration: none;
}
a:visited { color: blue; text-decoration: none; }
a:active { color: blue; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }

table { font-family: Arial; font-weight: normal; font-size: 10pt; color: black; width: 100%; }
table.fixedSize { table-layout: fixed; }
table.content { table-layout: fixed; height: 100%; width: 100%; }

ol { font-family: Arial; font-weight: normal; font-size: 10pt; color: black; margin-top: -1px; margin-bottom: 16px; }
ul { font-family: Arial; font-weight: normal; font-size: 10pt; color: black; margin-top: 3px; margin-bottom: 16px; }
li { font-family: Arial; font-weight: normal; font-size: 10pt; color: black; position: relative; left: -15px; margin-bottom: 1px; }

input { font-family: Arial; font-weight: normal; font-size: 10pt; color: black; }
select { font-family: Arial; font-weight: normal; font-size: 10pt; color: black; }

.radio { position: relative; top: -2px; left: 4px; }
.checkbox { position: relative; top: -1px; margin-left: -4px; z-index: 2; }

.standardtext
{
	font-size: 10pt;
	font-family: Arial;
}
.standardhyperlink
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
}
.copyrightnotice { font-size: 8pt; color: gray; font-family: Arial; }
.pagetitle
{
	font-weight: bold;
	font-size: 14pt;
	color: blue;
	font-family: Arial;
}
.quotecaption
{
	font-weight: bold;
	font-size: 10pt;
	color: #33cc66;
	font-family: Arial;
}
.quotetext
{
	font-weight: bold;
	font-size: 12pt;
	color: navy;
	font-style: italic;
	font-family: Arial;
}