body {
  color: black;
  background-color: white;
  font-size: 100.01%;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
}

p {
	font-size: 10pt;
}

div {
	font-size: 10pt;
}

td {
	font-size: 10pt;
}

a:link { font-size: 10pt; font-weight:bold; color:#a6a6a6; text-decoration:none; }
a:visited { font-size: 10pt; font-weight:bold; color:#a6a6a6; text-decoration:none; }
a:focus { font-size: 10pt; font-weight:bold; color:green; text-decoration:underline; }
a:hover { font-size: 10pt; font-weight:bold; color:green; text-decoration:underline; }
a:active { font-size: 10pt; font-weight:bold; color:lime; text-decoration:underline; }

a.navcommon:link { font-size: 10pt; font-weight:bold; color:#a6a6a6; text-decoration:none; }
a.navcommon:visited { font-size: 10pt; font-weight:bold; color:#a6a6a6; text-decoration:none; }
a.navcommon:focus { font-size: 10pt; font-weight:bold; color:green; text-decoration:underline; }
a.navcommon:hover { font-size: 10pt; font-weight:bold; color:green; text-decoration:underline; }
a.navcommon:active { font-size: 10pt; font-weight:bold; color:lime; text-decoration:underline; }

.lnk_footer_small {
	font-size: 10pt;
	color: #a6a6a6;
}

.txt {
	font-size: 8pt;
}

.txt_footer_small {
	font-size: 8pt;
	color: #a6a6a6;
	text-indent: 10px;
}

#header-top {
	position: absolute;
	width: 100%;
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: 3;
}

#header-back {
	position: relative;
	width: 100%;
  height: 53px;
  top: 0px;
  padding: 0px;
  background: #efefef;
  border-bottom: 1px solid silver;
  z-index: 2;
}

#box_left {
	 position: relative;
	 float: left;
	 z-index: 1;
}

#nav {
	position: relative;
  width: 220px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 10px;
  padding-top: 15px;
  background-color: white;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  z-index: 0;
}

#under {
	position: relative;
	width: 220px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 15px;
	background-color: #ffffeb;
  border-top: 1px solid #fc0;
  border-right: 1px solid #fc0;
  border-bottom: 1px solid #fc0;
  z-index: 2;
}

#box_right {
	position: relative;
  float: right;
  top: 0px;
  right: 0px;
  width: 200px;
  margin-left: 1.5em;
  margin-bottom: 10px;
  padding-top: 1.5em;
  padding-left: 0.5em;
  padding-right: 15px;
  padding-bottom: 0.5em;
  background-color: #e8ffef;
  border-left: 1px solid #0c9;
  border-bottom: 1px solid #0c9;
  z-index: 1;
}

#content {
	position: relative;
	margin: 12px;
	padding: 15px;
	border: 1px solid #09f;
	background-color: #ddedff;
	z-index: 0;
}

#content_inner {
	position: relative;
	margin: 12px;
	padding: 15px;
	padding-left: 220px;
	background-color: #eff7ff;
	z-index: 1;
}

#footer {
    clear: both;
    position: relative;
    width: 100%;
    bottom: 0px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #efefef;
    border-top: 1px solid silver;
    z-index: 1;
}
