@import url(type.css);
@import url(toolTips.css);

body {
color:#333;
}

div#boxContainer h3, div.sideBox h3, h2 {
color:#4B6373;
}

a:link, a:visited {
color:#3A76B1;
cursor:pointer;
padding:1px;
text-decoration:none;
border-bottom:1px solid #ccc;
}

a:hover {
color:#fff;
background-color:#3A76B1;
border-bottom:none;
}

#topBanner, #content div.findMore a, #content p.findMore a, #content div.findMore a:hover, #content p.findMore a:hover, hr {
display:none;
}

div.enhanced {
background-color:#eee;
padding:10px;
}