/* CSS Document */
table.contacts
{ width: 580px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
text-align: center;
border-spacing: 0px; }


table.contacts th
{ background-color: #ece9d8;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
text-align: center;
color: #404040; }


table.contacts td
{ border-bottom: 1px #6699CC dotted;
text-align: center;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px;
width:50px; }

.button {font-family: Arial, Helvetica, sans-serif;
   }
   .calltoact {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #996600;
    font-weight: bold;
   }

.bodytxt {    font-size: 12px;
    color: #000000;
  font-family: Tahoma, sans-serif;
}
.bodytxtbold  {    font-size: 12px;
    color: #000000;
  font-family:  Tahoma,  sans-serif;
  font-weight: bold;
}

.type {font-family: Arial, Helvetica, sans-serif;
}
.style13 {font-size: 9px}
.style3 {    font-size: 16px;
    font-style: italic;
    color: #996600;
    font-weight: bold;
}
.style6 {    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #942231;
}


