@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	margin: 18px 0px 0px;
	padding: 4px;
	font-weight: normal;
	background-color: #ebebeb;
}
h2 {
	color: #2f94cd;
	background-color: #e1f3f7;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}
h3 {
	color: #2F94CD;
	padding-top: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
}
h4 {
	color: #333333;
	padding-top: 16px;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ebebeb;
	padding-bottom: 6px;
}
h5 {
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
ol {
	list-style-position: inside;
	margin: 0px;
	padding-left: 24px;
}
UL.lv1 {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-color: #ebebeb;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}
UL.lv2 {
	list-style-type: none;
	list-style-image: url(../images/bullet01.gif);
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px dotted #e7e7e7;
}
UL.lv3 {
	list-style-type: none;
	list-style-image: url(../images/bullet01.gif);
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	background-color: #FFFFFF;
}
UL.lv4 {
	list-style-type: none;
	list-style-image: url(../images/bullet01.gif);
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	background-color: #FFFFFF;
	font-style: italic;
}
a:link {
	color: #2f94cd;
}
a:visited {
	color: #0090B4;
}
a:hover {
	color: #666666;
	background-color: #f3f3c0;
}
a:active {
	color: #0090B4;
}
.padding {
	padding: 5px;
	display: block;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.content {
	padding: 12px;
}
.td1 {
	background-color: #E1F3F7;
	border: 1px solid #b3dfe9;
}
.td2 {
	border: 1px solid #c9c9c9;
}
.td3 {
	background-color: #f4fbfc;
	border: 1px solid #b3dfe9;
}
.monospace {
	font-family: "Courier New", Courier, monospace;
}
.style1 {
	background-color: #E1F3F7;
	border: 1px solid #b3dfe9;
	font-weight: bold;
}
.blue {
	color: #2f94cd;
	font-weight: bold;
}
.footnote {
	font-size: x-small;
	font-weight: bold;
}
.img-lines {
	padding: 18px;
	border: 1px dotted #b3dfe9;
	background-color: #f4fbfc;
}
.back2top {
	float: right;
	padding-left: 25px;
	background-image: url(../images/btt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	margin: 12px 0px 12px 12px;
	position: relative;
	bottom: 20px;
	background-color: #FFFFFF;
}

