/* CSS Document */

td.ccnav {
background-image: url(images/ccnav_bg.gif);
background-position: right top;
}

td.content {
background-image: url(images/cccontent_bg.gif);
background-position: right top;
}

body {
color: #666666;

}

h3 {
color: #490B0B;
font-family: Verdana;
text-align: center;
margin-top: 5px;
font-size: 13px;

}

p {
font-family: Verdana;
text-align: justify;
margin-left: 10px;
margin-right: 10px;
font-size: 12px;

}

.prods {
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: gray;
font-family: Verdana;
font-size: 11px;

}

.footer {
font-family: Verdana;
font-size: 10px;
}

a:link {
color: #666666;
text-decoration: none;
}

a:visited {
color: #666666;
text-decoration: none;
}

a:active {
color: #000000;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: none;
}


