/* CSS Document */

.iconrollover04
{
width: 35;
height: 25;
border: none;
padding: 3px 16px;
background:  url(../images/icon/files1.jpg) no-repeat 0px 0px;
}

a.iconrollover04:link 
{
font-weight: normal;
color: #000000;
background:  url(../images/icon/files1.jpg) no-repeat 0px 0px;
}
a.iconrollover04:hover
{
font-weight: bold;
color: #ffffff;
background:  url(../images/icon/files2.jpg) no-repeat 0px 0px;
}
a.iconrollover04:active
{
font-weight: bold;
color: #909090;
border: none;
background:  url(../images/icon/files3.jpg) no-repeat 0px 0px;
}

