.tab-box { 
  border-bottom: 1px solid #DDD;
  padding-bottom:5px;
  font-size:14px;
}

.tab-box a {
  border:1px solid #DDD;
  color:#666666;
  padding: 5px 35px;
  text-decoration:none;
  background-color: #eaf1ff;
  font-weight:bold;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topleft: 5px;
  -webkit-border-radius-topright: 5px;
  opacity: 0.95;
}
.tab-box a.activeLink { 
  background-color: #fff; 
  border-bottom: 0px; 
  padding: 6px 35px;
  font-weight:bold;
  color:#666666;
  opacity: 0.95;
}
.tabcontent { border: 1px solid #ddd; border-top: 0; padding: 20px; background:#FFFFFF; height:100px; -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px; opacity: 0.95; -webkit-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomright: 5px;}
.tabcontent p {font-size:15px; color:#333333; font-weight:bold; padding-top:0px; margin:0px; padding-bottom:10px;}
.tabcontent ul {list-style:none; padding:0px; margin:0px;}
.tabcontent ul li { padding-bottom:10px;}
.tabcontent ul li a {font-weight:bold; text-decoration:none; color:#a9206d;}
.tabcontent ul li a:hover {color:#bf5691;}
.hide {display: none;}

.small { color: #999; margin-top: 100px; border: 1px solid #EEE; padding: 5px; font-size: 9px; font-family:Verdana, Arial, Helvetica, sans-serif; }

