html{
  background-color:#eaeaeb;
  font-family:Arial, Helvetica, sans-serif;

}
body{
  width:797px;
  margin:0px auto 0px auto;
  padding:0;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  background-color:#ffffff;
}
a:link{
  color:#1762e3;
}
a:visited{
  color:#224977;
}
a:hover{
  color:#1762e3;
  text-decoration:none;
}

/*Header start*/
.hdtp{
  background-image:url(images/hdtp_bg.gif);
  background-repeat:repeat-x;
  font-size:12px;
  color:#666666;
  padding: 9px 0px 4px 7px;
  margin:0;
}
.hdtp a:link{
  color:#666666;
  text-decoration:underline;
}
.hdtp a:hover{
  color:#1762e3;
  text-decoration:none;
}

.hdtb{background-color:#ffffff;}
.hdtb_l{padding-left:3px;}
.hdtb_r{
  text-align:right;
  background-image:url(images/hdtb_r_bg.gif);
  background-repeat:repeat-y;
  background-position:right;
}
.hdtb_r .red{margin:6px 20px 0px 0px;}
.hdtb_r .yellow{margin:6px 20px 0px 0px;} 
.hdtb_r .green{margin:0px 20px 0px 0px;}
.hdtb_r .blue{margin:0px 20px 6px 6px;}

/*Main start*/
.mntb{
  margin-top:12px;
  background-color:#ffffff;
}
/*Menu start*/
.mntb_l{
  padding:0px 10px 0px 10px;
  width:160px;
  vertical-align:top;
}
.mntb_l p{
  font-size:85%;
  margin:2px 3px 12px 3px;
  line-height:135%;
  letter-spacing:1px;
}
.mntb_l ul{
  font-size:85%;
  margin:2px 3px 12px 3px;
  padding-left:0px;
}
.mntb_l ul li{
  margin: 2px 0px;
  list-style:none;
}
.mntb_l img{
  border-top:1px solid #08b89d;
  border-bottom:1px solid #08b89d;  
}
/*Menu end*/
/*Body start*/
.mntb_r{
  vertical-align:top;
  padding:0px 10px 0px 0px;
  line-height:175%;

}
.mntb_r h1{
  border-left:3px solid #08b89d;
  padding:0px 0px 0px 8px;
  background-color:#f4f4f4;
  font-size:1.07em;
  color:#505050;
  margin:0px 0px 8px 0px;
}
.mntb_r h2{
  border-bottom:1px solid #08b89d;
  font-size:1.0em;
  margin:16px 0px 0px 3px;
  line-height:160%;
  color:#505050;
}
.mntb_r h3{
  font-size:0.94em;
  margin:5px 0px 0px 3px;
  line-height:175%;
  color:#505050;
}
.mntb_r p{
  font-size:0.94em;
  margin:2px 0px 10px 3px;
  line-height:175%;
  color:#333333;
}
.mntb_r ul{
  font-size:0.94em;
  margin:2px 0px 10px 3px;
  line-height:175%;
  color:#333333;
}
.mntb_r ol{
  font-size:0.94em;
  margin:2px 0px 10px 3px;
  line-height:175%;
  color:#333333;
}
.mntb_r li{
  margin-left:30px;
}
.mntb_r form{
  font-size:0.94em;
  margin:2px 0px 10px 3px;
  line-height:175%;
  color:#333333;
}
.adbox{
  float:right;
  width:120px;
  height:240px;
  background-color:#FFFFFF;
  padding:0px 0px 5px 5px;
}

.footer{
  padding:12px 10px 2px 10px;
  background-color:#FFFFFF;
  font-size:0.84em;
  text-align:center;
  line-height:160%;
}



/* Thumbnail Output */
.thumbgreen{
  background-image:url(images/bg/thumbgreen.gif);
  background-repeat:no-repeat;
  width:160px;
  height:104px;
  padding:11px 11px 12px 11px;
  text-align:center;
  font-size:13px;
  color:#999999;
}
.thumbwhite{
  background-image:url(images/bg/thumbwhite.gif);
  background-repeat:no-repeat;
  width:160px;
  height:104px;
  padding:11px 11px 12px 11px;
  text-align:center;
  font-size:13px;
  color:#999999;
}