/* basic fix for reference versions designed for 1024px wide screens when displayed on wider screens */
html {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
body {
    max-width: 1024px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-position-x: center;
}

h1
{
	font-family: Times New Roman, Times, serif;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	color: "808000"
}
h2
{
	font-family: Times New Roman, Times, serif; 
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: "808000"
}
h3
{
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	font-weight: bold
}
h4
{
	font-family: Times New Roman, Times, serif; 
	font-size: 10pt;
	font-weight: bold
}
h5
{
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	font-weight: bold
}
h6
{
	font-family: Times New Roman, Times, serif;
	font-size: 10pt
}
p
{
	font-family: Times New Roman, Times, serif; 
	font-size: 11pt;
	padding-bottom: 7pt
}
li
{
	font-family: Times New Roman, Times, serif; 
	font-size: 11pt
}
ol
{
	font-family: Times New Roman, Times, serif; 
	font-size: 11pt
}
ul
{
	font-family: Times New Roman, Times, serif; 
	font-size: 11pt
}
.chart_and_table_heading
{
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: "808000";
	font-variant: small-caps
}
.side_text
{
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	color: "000080"
}
.summary
{
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold
}
.note
{
	font-family: Times New Roman, Times, serif;
	font-size: 9pt;
	color: "000080"
}
.glossary_description
{
	font-family: Times New Roman, Times, serif;
	font-size: 9pt
}
.glossary_name
{
	font-family: Times New Roman, Times, serif;
	font-size: 9pt;
	color: "000080";
	font-weight: bold
}
.contents
{
	font-family: Times New Roman, Times, serif;
	font-size: 10pt
}
.contents_heading
{
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	color: "000080";
	font-weight: bold
}
.contents_no
{
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	color: "808000";
	font-weight: bold
}
td
{
	font-family: Times New Roman, Times, serif; 
	font-size: 11pt
}
tr
{
	font-family: Times New Roman, Times, serif; 
	font-size: 11pt
}
A:link
{
	text-decoration: none
}
A:visited
{
	text-decoration: none
}
A:hover
{
	text-decoration: none
}
A:active
{
	text-decoration: none
}