@charset "utf-8";
/* CSS Document */

html {
	scrollbar-base-color:#BECB94;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #F1F0D6;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF00;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #628416;
	/*text-decoration: underline;*/
	margin-top: 30px;
	border-bottom-style: double;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000033;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	/*letter-spacing: 0.1em;*/
	text-align:left;
	word-spacing: 0.1em;
	/*line-height: 25px;*/
}
div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	/*letter-spacing: 0.1em;*/
	word-spacing: 0.1em;
	line-height: 25px;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	/*letter-spacing: 0.1em;*/
	text-align:left;
	word-spacing: 0.1em;
	/*line-height: 20px;*/
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	margin-top: 25px;
	border-bottom-style: none;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a.h3:link, a.h3:active, a.h3:visited{
	text-decoration:none;
}
a.h3:hover{
	text-decoration:underline;
	color: #FF3300;
}
li.h3{
	color: #FF3300;
}
a.copy:active, a.copy:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #CCCCCC;
	text-decoration:underline;
}
a.copy:hover{
	text-decoration:none;
}
a.leftmenu:active, a.leftmenu:link, a.leftmenu:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top:5px;
	text-decoration:none;
	line-height:2em;
}
a.leftmenu:hover{
	color: #FFFF99;
	text-decoration: underline;
}
.leftmenu_sep{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	border-bottom-style:dashed;
	border-bottom-color: #111111;
	border-bottom-width: 1px;
}