@import url(../adam.css);

* {
color: #000 !important;
background: #fff !important;
float: none !important;
width: auto !important;
border-color: #000 !important;
font-family: "times new roman", serif !important;
}
.cmspanel {
display: none !important;
}
.cmspage .cmspanel {
display: block !important;
}
img {
margin: 0 !important;
}
div {
padding: 0 !important;
margin: 0 !important;
}
.JumpTo {
display: none !important;
}
fieldset, img, body, html {
border: none !important;
}
/* Body Area Links
==================== */
a, a:link, a:visited {
color: #000;
background: #fff;
}
/* Tables
==================== */
table {
border-collapse: collapse;
}
th, td {
border: 1px solid #000;
text-align: left;
}
caption {
font-weight: bold;
text-align: left;
}
/* Lists
==================== */
ul.Horiz {
width: 100% !important;
float: left !important;
}
ul.Horiz li {
width: auto !important;
float: left !important;
padding-right: .8em !important;
}
ul.Plain {
list-style: none !important;
}
dt {
font-weight: bold;
}
/* Footer
==================== */
#Footer {
border-top: 1px solid #000;
padding: .8em 1em .4em 1em;
margin-top: 1em !important;
}
#Footer * {
float: none !important;
}
#Footer p, #Footer li, #Footer li a, #LastUpdated p{
font-size: 10pt;
color: #000;
text-align: left;
}
/* Other
==================== */
.Bold, legend {
font-weight: bold;
}
a[href]:after {
content: " (" attr(href) ") ";
font-size: 10pt;
}
a[href^="/"]:after {
content: " (http://www.avera.org/" attr(href) ") ";
}