/* table----------------------------------------------- */
.tbnea{ 
      text-align: center;
      font-family: Verdana;
      font-weight: normal;
      font-size: 11px;
      color: #404040;
      width: 530px;
      background-color: #fafafa;
      border: 1px #6699CC solid;
      border-collapse: collapse;
      border-spacing: 0px; 
}
.tbnea th {  
        border-bottom: 2px solid #6699CC;
        border-left: 1px solid #6699CC;
        background-color: #BEC8D1;
        text-align: center;
        font-family: Verdana;
        font-weight: bold;
        font-size: 11px;
        color: #404040; }
.tbnea td{   
        border-bottom: 1px solid #9CF;
        border-top: 0px;
        border-left: 1px solid #9CF;
        border-right: 0px;
        text-align: left;
        padding-left:2px;
        padding-right:2px;
		padding-top:4px;
		padding-top:4px;
        font-family: Verdana, sans-serif, Arial;
        font-weight: normal;
        font-size: 11px;
        color: #404040;
}
.helpHed{ 
        border-bottom: 2px solid #6699CC;
        border-left: 1px solid #6699CC;
        background-color: #BEC8D1;
        text-align: left;
        font-family: Verdana;
        font-weight: bold;
        font-size: 11px;
        color: #404040; 
}

.tbnea caption {padding: 0 0 .3em 0;text-align: left;font-size: 1.2em;font-weight: bold;text-transform: uppercase;color: #b3597c;background: transparent;}
/* links----------------------------------------------- */
.tbnea a {	color:#950000;	text-decoration:none;}
.tbnea a:link {}
.tbnea a:visited {		font-weight:normal;		color:#666;		text-decoration: line-through;}
/* head foot----------------------------------------------- */
.tbnea thead th, tfoot th, tfoot td {		background:#333 url(../img/tit.gif) repeat-x;		color:#fff}
.tbnea tfoot td {		text-align:right}
/* body ----------------------------------------------- */
.tbnea tbody th {white-space: nowrap;}
.tbnea tbody th a {color:#333;}
.tbnea tbody tr:hover {background:#ddd}

