html {
overflow: scroll;
}

td {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;  
color: #000000; 
text-decoration: none;
}

td.left {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;  
color: #000000; 
text-decoration: none;
padding-right: 40px 
}


a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}

a:active {
color: #000000;
text-decoration: none;
}
a:hover {
color: #C60A46;
text-decoration: none;
}


.scroller {
width: 570px; 
height: 249px; 
overflow: auto;
scrollbar-shadow-color: #333333;
scrollbar-3dlight-color: #999999;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #CCCCCC;
scrollbar-darkshadow-color: #CCCCCC;
scrollbar-face-color: #CCCCCC;
scrollbar-highlight-color: #CCCCCC;
}

.scroller_full {
width: 570px; 
height: 249px; 
overflow: auto;
scrollbar-shadow-color: #333333;
scrollbar-3dlight-color: #999999;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #CCCCCC;
scrollbar-darkshadow-color: #CCCCCC;
scrollbar-face-color: #CCCCCC;
scrollbar-highlight-color: #CCCCCC;
}

.contact_name:link {
  color:000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.contact_name:visited {
  color:000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}


.contact_name:active {
  color:000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.contact_name:hover {
  font-weight: bold;
  font-size: 12px;
  color: #C60A46;
}

.contact_pos {
font-weight: bold;
font-size: 12px;
color: #B1B6BA;
}