.catalog {
        font-weight: bold;
        color: #FFE4B5;
        text-decoration: none;
}

A.catalog_link {
        font-weight: bold;
        color: white;
        text-decoration: none;
}

A.catalog_link:HOVER {
        color: #FFE4B5;
        text-decoration: underline;
}
.categoryTitle {
        font-size : 14px;
        font-weight: bold;
}

.categoryDescription {
        font-size: 11px;
        text-align: center;
        color: #333333;
}

.categoryHeader {
        font-weight: bold;
        text-align: center;             
}

.descriptionLink {
    color: blue;
}

.imglink{
        border :3px solid White;
}

.imglinkPublic{
        border :1px solid White;
        border-color: Black;
}

.imglink:HOVER{
        border : 3px solid RED;
}

.imgselectlink{
        border : 3px solid BLUE;
}

.title_img{
        background-color : white;
        width:100%;
        border: 1px solid #666666;
        font-size: 10px;
        font-weight: bold;
        text-align:center;
}
.description{
        color: #999999;
        font-size: 10px;
        font-style: italic;
}

.note{
        color: #555555;
        font-size: 11px;
        font-weight: bold;
}
.note label{
        font-weight: normal;
}

.categoryPages {
  			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			vertical-align: middle; 
			font-weight: bold;                      
	      font-weight: bold;
	      color: Black;
   padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
   padding-bottom: 2px;
	background: #B4C3CF;
	border-style: solid;
	border-width: 1px;
	border-left-color: #727C83;
	border-right-color: #C5D0DA;
	border-top-color: #4E545A;
	border-bottom-color: #D4DDE4;
}

a.categoryPages_link {
  			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			font-weight: bold;                      
	      font-weight: bold;
	      color: Black;
   	   text-decoration: none;	
}

a.categoryPages_link:HOVER {
	     color: Black;
        text-decoration: underline;
} 