/************** normal text **********/
p {
  font-family:"Times New Roman",Times,serif;
  font-size:112%;
}

p.sc {
  font-variant:small-caps;
}

p.sansserif {
  font-family:Arial,Helvetica,sans-serif;
}

/*************** head style ********/
h2 {
  color:#484848;
  text-align:left;
}

h3 {
  color:#484848;
  text-align:left;
}

h4 {
  color:#484848;
  text-align:left;
}

h5 {
  color:#484848;
  text-align:left;
}


/************* body style **********/
body {  
  margin-left:100px; 
  margin-right:100px;
  margin-top:70px;
  text:#000015; 
  background-color:#E7E7E7;  /* Apple grey */
}

/**************** links *************/
a:link    {color:#446644;}   /* link */
a:visited {color:#224422;}   /* visited link */
a:hover   {color:#006600;}   /* mouse over link */
a:active  {color:#FF0000;}   /* selected link */

/*************** list **************/
ul {
  /*font-size:14pt;
  padding: 0px 10px 2px 0px;
  margin: 0px 5px 0px;*/
}

ul li {
  font-size:15pt;
  padding-bottom: 10px;
}

/*************** table **************/
table,th,td {
  font-size:14pt;
}

/*************** layer **************/
#Layer1 {
  position:absolute;
  width:68px;
  height:54px;
  z-index:1;
  left: 664px;
  top: 0px;
}

/********* div bottom **************/
.fig{
       float:right; 
       margin:0 0 15px 20px;
       padding:0px;
       border:2px solid #446644;
       text-align:center;
}

.foo{
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	font-size: 12px;
}
.foo .okok{
	width: 980px;
	margin:auto;
}
.foo .right{
	position: relative;
	bottom: 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	border-right-width: 1px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
}
.foo .right .ili{
	margin-right: 15px;
}
.foo .left{
	width: 480px;
	margin-top: 10px;
}

/**** back to research ****/
.readmore a { font-size:15px; line-height:1.8em; color:#446644; text-decoration:none;}
.readmore a:hover { text-decoration:underline;}

.hline a {size:5px}

/*--- ---*/
#wrapper{
         margin: auto;
         position: relative;
        }
