body {
font-family:"franklin-gothic-urw", Verdana, Geneva, sans-serif;
text-rendering: optimizeLegibility;
}


h2 a,
h2 a:hover {
color: #000;
text-decoration: none;	
}
a {
color: #BC7B2B;
text-decoration:none;
}
a:hover,
a:focus {
color: #d6a466;
text-decoration:underline;
}
.content a:hover img,
.content a:focus img,
.content a:hover img,
.content a:focus img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity:0.8;
}
.dark-hover {
position:relative;
display:inline-block;
}
.dark-hover:hover:before,
.dark-hover:focus:before {
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
z-index:0;
background-color: rgba(0,0,0,0.1);
}
a.dark-hover:hover img,
a.dark-hover:focus img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity:1; /* To counteract .content a:hover img */
}


ul li {
list-style-type:square;
}
ol li {
list-style-type:decimal;
}
li li {
font-size:1.1em;
}

.wf-franklingothicurw-n7-active strong,
.wf-franklingothicurw-n7-active b {
font-size:110%;
font-family:"franklin-gothic-urw", Verdana, Geneva, sans-serif;
}