* { margin: 0; 
padding: 0; } 

body 
{
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a.link_small 
{
    color: #d0aa57;
    font-size: 0.85em;
    text-decoration: none;
}
a.link_small:hover
{
    text-decoration: underline;
}

.talent_list
{
    color: #ffffff;
    font-size:12px;
    text-decoration: none;
    text-transform:lowercase;
}
.talent_list:hover
{
    text-decoration:underline;    
}
.talent_list_sel
{
    color: #ffffff;
    font-size:12px;
    text-decoration: none;
    text-transform:lowercase;
    font-weight:bold;
}
.talent_list_style 
{
    border: none;
}
.talent_list_style td 
{
    font-size: 11px;
}
.talent_list_asterisk 
{
    color: #a58741;
    font-size: 12px;
    margin-right: 4px;
}
.tl_header
{
    color:#a58741;
    font-size:14px;
    font-weight:bold;  
}
.tl_paging
{
    color: #fff; /*#c5a761;*/
    margin-top:5px;
    font-size:12px;
    text-decoration:none;
    letter-spacing:1px;
    height: 25px;
    font-weight: bold;
}
.tl_paging a
{
    text-decoration:none;
    font-weight: normal;
    color:#a58741;
}
.tl_paging a:hover
{
    text-decoration: underline;
}
.white
{ font-family: Arial;
  font-size: 11px;
  color: #000000;
  line-height: 13px;
  letter-spacing: 1.2px;
  text-decoration: none; 
}
.blackBig
{ font-family: Arial;
  font-size: 14px;
  color: #000000;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-decoration: none;
}
.blackBigger
{ font-family: Arial;
  font-size: 26px;
  color: #000000;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-decoration: none;
}
.black
{ font-family: Arial;
  font-size: 11px;
  color: #000000;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-decoration: none;
}
.orange
{
  font-family: Arial;
  font-size: 11.5px;
  color: #D2A956;
  line-height: 13px;
  letter-spacing: 1.2px;
  text-decoration: none;
}

