/* 
  Style Sheet for iktsoft.com (http://www.iktsoft.com)
  Copyright (C)2001  Keiji Ikuta
*/


html
{
	height: 100%;
	width: 100%;
}

body 
{
  margin: 0px;
  padding:4px;
  background-color:#bbbbbb;
  height: 100%;
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size: 90%;
  line-height: 1.4;
}

table {
  margin-bottom: 0px;
}

td
{
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size: 95%;
}

ul, ol 
{
}

.ADBOX
{
	float:right;
	width:124px;
	padding:2px;
	background-image:url("/img/background.gif");
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
.CONTENTS_OUTER
{
	margin-right:132px;
	min-height:620px;
}


.PAGE_TITLE
{
  padding:2px;
  background-image:url("/img/background.gif");
  border-bottom:1px solid #666666;
  border-right:1px solid #666666;
}

.BODY_FOOTER{
  /*width: 100%;*/
  background-color:#ffffff;
  padding:2px;
  background-image:url("/img/background.gif");
  border-bottom:1px solid #666666;
  border-right:1px solid #666666;
}

.PAGE_FOOTER{
  text-align:center;
  color: #FFFFFF;
}

.BOX_BODY{
  background-color:#ffffff;
  padding:5px;
  padding-top:2px;
  padding-left: 10px;
  padding-right: 10px;
  /*height:100%;*/
  background-image:url("/img/background.gif");
  border-bottom:1px solid #666666;
  border-right:1px solid #666666;
}

.BOX_BODY_MENU{
  background-color:#ffffff;
  padding:2px;
  height:100%;
  background-image:url("/img/background.gif");
  border-bottom:1px solid #666666;
  border-right:1px solid #666666;
}

.BODY_SMALL {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
}

.BODY_COUNTER {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}

.F_TITLE {
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
}

.F_AUTHOR {
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

.F_BODY {
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

.TOC_IMAGE{
  border: 1px solid #dddddd;
  padding: 4px;
  /*border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;*/
  background-color:#ffffff;
}

a {
}

a:link    { color: #2020F0 }
a:visited { color: #5050A0 }
a:active  { color: #2020F0 }

.BODY_CI {
  font-family: "courier new", monospace;
}

.NAVSTR {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 110%;
  font-weight: normal;
}



.IDT {
  margin-left: 20px;
}

.HH1 { 
  font-size: 150%;
  line-height: 160%;
  margin-bottom: 5px;
  font-weight: bold;
  width:99%;
}

.HH2 { 
  font-size: 130%;
  line-height: 140%;
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 5px;
  padding-left: 2px;
  color: #444444;
  background-color: #f0f0f0;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  width:99%;
}
     
.HH3 { 
  font-size: 110%;
  line-height: 120%;
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 5px;
  padding-left: 2px;
  color: #444444;
  border-bottom: 2px solid #cccccc;
  /*border-right: 1px solid #cccccc;*/
  width:99%;
}

.HH4 { 
  font-size: 100%;
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 5px;
  padding-left: 2px;
  color: #333333;
  text-decoration: underline;
  width:99%;
}


.WHATSNEW {
  font-family: "courier new", monospace;
  font-size: 100%;
}


