@charset "utf-8";
/* CSS Document */

#nav, #header, #footertop, #footermiddle, #footerbottom, .noprint { display: none; }

body, p, td, th, ul, { 
background-color: #fff; 
color: #000; 
font-family: "Times New Roman", Garamond, serif; 
font-size: 12pt; 
}

a { 
background-color: #fff; 
color: #000; 
font-family: "Times New Roman", Garamond, serif; 
font-size: 12pt;
text-decoration : underline; 
}

h1 {
background-color: #fff; 
color: #000; 
font-weight: bold;
font-family: "Times New Roman", Garamond, serif; 
font-size: 14pt; 
}

h2 {
background-color: #fff; 
font-weight: bold;
color: #000; 
font-family: "Times New Roman", Garamond, serif; 
font-size: 12pt; 
}

#content { 
background-color: #fff; 
width: 100%; 
border: none; 
}

.Accordion {
  overflow: visible !important;
}

.AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}


