@CHARSET "ISO-8859-1";

#content a:link,
#content a:active {
    color: #FF7F04;
    text-decoration: none;
}
#content a:visited {
	background-color: #E8E8E8;
    color: #FF7F04;
    text-decoration: none;
}

#content a:hover {
    background-color: #FF7F04;
    color: #FFFFFF;
    text-decoration: none;
}

.gallery a:hover
{
    background-color: transparent !important;
}

#content a {
    padding-left: 1px;
    padding-right: 1px;
}
#content #list li a {
	color: #002F9B;
	text-decoration: none;
	
}
#content #list li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#002F9B;
	background-image: none;
}

#content ul.plist li a
{
    color: #002F9B !important;
}

#content ul.plist li a:hover
{
    background: #002F9B !important;
    color: white !important;
}

.piclink:link,
.piclink:active,
.piclink:hover,
.piclink:visited
{
    background-color: #FBFBFB !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#content #list li a:hover,  #content #list li a.active{
    color: #FFFFFF;
    text-decoration: none;
    background-color:#002F9B;
    background-image: none;
}
