@charset "UTF-8";
/* CSS Document */

table#contact{
background: #FEFCE0;
width: 510px;
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #000;

}

table#contact td{
height: 28px;
border-bottom: 1px solid #BACDE3;
line-height: 28px;

}

.label{
font-size: 1.1em;
color: #966;
font-weight: 600;
white-space: nowrap;
}

.margin{
width: 50px;
border-right: 1px solid #FEBEA9;

}

table#contact p{
margin: 0;
padding: 0;

}

.format {
font: 100 10px Verdana, Arial, Helvetica, sans-serif;
color: #000;
text-decoration: underline;


}