﻿BODY {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	cursor: default;
}
H1 {
	font-weight: bold;
	font-size: 14pt;
}
H2 {
	font-weight: bold;
	font-size: 12pt;
}
H3 {
	font-weight: bold;
	font-size: 11pt;
}
H4 {
	font-weight: bold;
	font-size: 10pt;
}
H5 {
	font-weight: bold;
	font-size: 10pt;
}
H6 {
	font-weight: bold;
	font-size: 10pt;
}
table {
	background-color: #FFFFFF;
}
.Transparent {
	background-color: transparent;
}
.Contents {
	background-color: transparent;
	font-size: 120%;
}
TH {
	text-align: left;
	font-weight: bold;
}
.ProdHead {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: darkblue;
}
.informelMenu {
	background-color: lightskyblue;
	border-color: lightskyblue;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: default;
}
.informelMenu a {
	background-color: lightskyblue;
	border-color: lightskyblue;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	color: black;
	border-width: 1px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: hand;
}
.informelMenu a:hover {
	background-color: deepskyblue;
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	color: black;
	border-width: 1px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: hand;
}
.informelMenu a:visited {
	font-weight: normal;
	text-decoration: none;
}
.informelMenu a:active {
	font-weight: normal;
	background-color: white;
	text-decoration: none;
	border-color: deepskyblue;
	border-style: solid;
	border-width: 1px;
}
.informelSubMenu a {
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	border-width: 1px;
	cursor: hand;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: hand;
}
.informelSubMenu a:hover {
	background-color: deepskyblue;
	font-size: 80%;
	padding-left: 18px;
	padding-right: 18px;
	border-color: blue;
	border-style: solid;
	cursor: hand;
}
.informelSubMenu a:visited {
	font-weight: normal;
	text-decoration: none;
}
.informelSubMenu a:active {
	font-weight: normal;
	background-color: white;
	text-decoration: none;
}