.intro1    
{
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
    padding-top: 5px;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}
.TituloCatalogo    
{
    margin-top: 0px;
    font-weight: bolder;
    font-size: 15px;
    margin-bottom: 0px;
    color: rgb(193, 0, 64);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: -moz-use-text-color;
    border-right-color: -moz-use-text-color;
    border-bottom-color: -moz-use-text-color;
    border-left-color: -moz-use-text-color;
}
.DescCatalogo    
{
    font-weight: normal;
    font-size: 12px;
}

.table2  
{
  	font-size: 12px;
    font-weight: normal;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(215, 117, 149);
    border-right-color: rgb(215, 117, 149);
    border-bottom-color: rgb(215, 117, 149);
    border-left-color: rgb(215, 117, 149);
}
#centro a    
{
  	font-size: 11px;
    font-weight: bold;
    color: rgb(44, 44, 44);
    text-decoration: none;
}

#centro a:hover    
{
    font-weight: bold;
    color: brown;
    text-decoration: underline;
}