<!--
body {
    background-color: #ffffff;
    margin-top:       0px;
}

/* looks like slateblue */
a:link {
    color: #6454cd;
}

/* for NS 4.x */
a:link img, a:visited img {
    border-style: none;
}

/* for NS 4.x */
a img {
    color: #ffffff;
}

a:hover {
    background-color: #eeeeee;
}

a:visited {
    color: #6699ff;
}

/* aqua */
a:active {
    color: #00ffff;
}

img {
    border-width: 0em;
}

ul li { 
    line-height: 130%; 
}

ol li { 
    line-height: 130%; 
}



.table_bg0 {
    background-color: #000000;
    width:250px;
   
}

.table_bg1 {
    background-color: #ffffff;

 }

.td_bg0 {
    background-color: #e8e8fd;
}

/* snow */
.td_bg1 {
    background-color: #cbffd3;
   font-size: 80%;
   padding-top:15px;
   padding-bottom:15px;
   text-align: center;
   width:200px;
}

/* seashell */
.td_bg2 {
    background-color: #ffffff;
    font-size: 80%;
   padding-top:15px;
   padding-bottom:15px;
   padding-left:10px;
   text-align: left;

}

/* mistyrose */
.td_bg3 {
    background-color: #93ffab;
    font-size: 80%;
   padding-top:15px;
   padding-bottom:15px;
   padding-left:10px;
ˇˇwidth:250px;
   text-align: center;



}

/* snow */
.td_bg4 { 
    font-size: 80%;
    background-color: #fffafa;
}

.td_bg5 { 
    background-color: #6454cd;
}

/* lavender */
.td_bg6 { 
    background-color: #e6e6fa;
}

.font0 { 
    font-size: 80%;
}

.font1 { 
    color: #ffe4e1;
}

/* seashell */
.font2 { 
    background-color: #fff5ee;
}

/* gray */
.comment { 
    font-size: 85%;
    color: #ff0033;
}

.tips {
    width:            85%;
    height:           20px;
    padding:          5px 10px 5px 10px;
    border-top:       1px dotted #5555dd;
    border-bottom:    1px dotted #5555dd;
    background-color: #f8f8ff;
}

.tips_td {
    border-bottom:    1px solid #666666;
}

.list0 {
    list-style: none;
}

.pre0 {
    background-color: #eeeeee;
}

.pre1 { 
    background-color: #fff5ee;
}
.ifrm-container {
  width:500px;
  height:250px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.ifrm {
  width:100%;
  height:100%;
  border:none;
}
-->