/* ^uirSTART */

.tabNav {   
width: 100%;   
     
}   
.tabNav li  {   
float: left;   
margin: 0 5px -1px;   
font-weight: bold;   
text-align: center;   
}   
.tabNav a   {   
display: block;   
width: 120px;   
padding: 5px 10px;   
border-top: 1px solid #CCC;   
border-right: 1px solid #CCC;   
border-left: 1px solid #CCC;   
color: #333;   
background-color: #DDDDDD;
}   
.tabNav a.active    {   
border-bottom: 1px solid #FFF;   
background-color: #FFF;
}   
.tabContents    {   
clear: both;   
padding: 20px;   
border: 1px solid #CCC;   
margin-bottom: 30px;W   
}   
.tabContents dl {   
margin-bottom: 15px;   
}   
.tabContents dt {   
background: url(../image/q.gif) no-repeat 5px 8px;   
padding: 8px 5px 8px 30px;   
font-weight: bold;   
}   
.tabContents dd {   
background: url(../image/a.gif) no-repeat 5px 8px;   
padding: 8px 5px 8px 30px;   
margin-bottom: 5px;   
border-bottom: 1px dotted #CCC;   
}  

/* ^uirEND */

ul {
list-style-type: none;
list-style-position: outside;
padding-left: 30px;
}

hr.ds {
height: 1px;
border: none;
border-top: 1px #DCDCDC dashed;
margin-top: 5px;
padding-bottom: 20px;
}


.rollover {
        width: 110px;
		height: 20px;
		float:right;
        background: #000000;
        text-align: center;
margin-right:auto;
margin-left:6px;
margin-top:3px;
margin-bottom:15px;
}
.rollover a {
        display: block;
}
.rollover a:link,
.rollover a:visited {
        color: #FFFFFF;
        text-decoration: none;
}
.rollover a:hover {
        background: #333333;
        color: #FFFFFF;
        text-decoration: none;


}

p.border_0001  {border-left: inset 7px #333333;
font-size: 12px;
font-color: #333333;
font-weight: bold;
border-left-color: #333333;
padding-left: 7px;
border-bottom: 1px solid;
margin-bottom: 10px;
}