.cp {
    color: gray;
    font-familty: Calibri,Tahoma,Verdana ! important;
    text-decoration: none;
    font-size: 11px ! important;
}
.cp:HOVER {
    color: darkred;
}

.gallery {
padding:0;
margin:0;
width:170px;
display:block;
color:#3f79bd;
font-size:10pt;
letter-spacing:-0.5px;
font-family:"Trebuchet MS";
padding-left:4px;
padding-right:4px;
}
.gal_small {
padding:0;
margin:0;
width:192px;
display:block;
font-size:10px;
font-family:"Trebuchet MS";
}
.gal_img {
height:200px ! important;
width:190px ! important;
float:left;
cursor:pointer;
}

.gl { /* gallery link <a> */
width:190px;
display:block;
}

.gal_img_folder {
background:url(/gallery_folder_closed.jpg);
background-position:bottom center;
background-repeat:no-repeat;
height:200px ! important;
width:190px ! important;
float:left;
cursor:pointer;
}
.gal_img_folder:hover{
background:url(/gallery_folder_open.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}

.gal_img_pdf {
background:url(/gallery_pdf.jpg);
background-position:bottom center;
background-repeat:no-repeat;
height:200px ! important;
width:190px ! important;
float:left;
cursor:pointer;
}
.gal_img_tif {
background:url(/gallery_tif.jpg);
background-position:bottom center;
background-repeat:no-repeat;
height:200px ! important;
width:190px ! important;
float:left;
cursor:pointer;
}

