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