﻿/* CSS Document */

table.associates {
width:100%;
font-family:Arial, Helvetica, sans-serif;
}
table.associates tr.head {
height:22px;
font-weight:bold;
font-size:13px;
}
table.associates tr.info {
height:22px;
font-size:12px;
}
table.associates td.agt_image {
width: 80px;
display: none;
}
table.associates td.agt_image img {
width: 80px;
}

table.associates td.agt_image a{
width:80px;
height:auto;
display:block;
text-decoration:none !important;
background:none !important;
color:ffffff !important;
border-bottom:0px !important;

}

table.associates td.agt_image a:hover{
color:ffffff !important;
}

table.associates td.name {
font-weight:bold;
}
table.associates td.name a {
font-weight:bold;
white-space: nowrap;
}
table.associates td span.title {
font-weight:normal;
font-size: 11px;
}
table.associates td.email a {
text-decoration:none;
}
table.associates td.details a {
text-decoration:none;
text-transform:uppercase;
font-size:10px;
}