body {
background-image: url("../images/contacts.gif");
background-repeat: no-repeat;
background-attachment: fixed;
font-family: Tahoma, Verdana, sans-serif;
color: #ffffff;
}

table {
margin: 0 auto;
}

table th {
text-align: left;
border-bottom: 1px solid #eee;
}

table td.cinfo {
text-align: center;
}

span {
font-family: Tahoma, Verdana, sans-serif;
font-size: .8em;
color: #fff;
text-align: center;
}

span a {
font-family: Arial, Verdana, sans-serif;
margin-top: 2px 2px 2px 2px;
color: #fff; /*#775F5A;*/
text-decoration: none;
border-bottom: 1px dotted #fff;
}

span a:hover {
text-decoration: none;
border-bottom: 1px solid #fff;
}

.bold {
font-size: 1em;
font-weight: bold;
}

/* General - to show and/or hide the menus */
.hide{
display: none;
}

.show{
display: block;
}