@charset "utf-8";
/* CSS Document */

#wrapper{
width: 770px;
margin: 0px ;
float:left;
}
.box{
background: #fff;
font-family: verdana;
font-size:11px;
}
.boxholder{

clear: both;
padding: 5px;
background: #e28921;
}
.tab{
float: left;
height: 45px;
width: 153px;
margin: 0 1px 0 0;
text-align: center;
background: #e28921 url(images/tab2.gif) no-repeat;
cursor:pointer;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 10px;
font-weight: bold;
padding: 11px 3px 0px 3px;
}
#wrapper a{
color:#000000;
text-decoration: none;
}
#wrapper a:hover{
color: #000000;
}
#wrapper a:selected{
color: #000000;
}
#wrapper p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
/* border: 1px solid #e28921; */
}
