.Footer {
  font: 10pt Verdana;
  color: #000000;
  font-weight: bold;
}

.AltFont1 {
  font: 7.5pt Arial;
  color: #000000;
}

.AltFont2 {
  font: 10pt Arial;
}

.Content_Small {
  font: 7.5pt Arial;
  color: #000000;
}

.Content_Large {
  font: 12pt Arial;
  color: #000000;
}

.ECheck {
  font: 10pt Arial;
  color: #000000;
}

.ECheck2 {
  font: 7.5pt Arial;
  color: #000000;
}

.Error {
  font: 12pt Verdana;
  color: #FF0000;
}

.Middle_Top_Banner_Small {
  font: 7.5pt Arial;
  color: #000000;
}

.ContentBar_Small {
  font: 7.5pt Verdana;
  color: #000000;
}

.TopBanner_Large {
  font: 10pt Arial;
  color: #000000;
}

body {
  background-color:  ;
}

body, table, td, p {
  font: 7.5pt Arial;
  color: #000000;
}

h1 {
  font: 13.5pt Arial;
  color: #000000;
  font-weight: bold;
}

.tdbackgrnd {
}

.tdTopBanner {
  font: 13.5pt Arial;
  color: #000000;
  background-color: #907F64;
  font-weight: bold;
}

.tdTopBanner2 {
  background-color: #FFFFFF;
}

.tdMiddleTopBanner {
  font: 13.5pt Arial;
  color: #000000;
  
  font-weight: bold;
}

.tdBottomTopBanner {
  font: 10pt Arial;
  color: #000000;
  background-color: #E3DED7;
}

.font-family {
  font: 10pt Arial;
  color: #000000;
  background-color: #E3DED7;
}

.tdContent {
 font: 10pt ARIAL;
  color: #000000;

}

.tdContent2 {
  background-color: #E3DED7;
}

.tdContent3 {
  background-color: #E3DED7;
}

.tdContentBar {
  font: 10pt Verdana;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
}

.tdFooter {
  font: 10pt Verdana;
  color: #000000;
  background-color: #FFFFFF;
  background: url("images/backgrounds/sand.gif");
  font-weight: bold;
}

.tdAltFont1 {
  font: 7.5pt Arial;
  color: #000000;
  background-color: #E3DED7;
}

.tdAltFont2 {
  font: 10pt Arial;
}

.tdAltBG1 {
  background-color: #E3DED7;
}

.font-family {
}




.arrowlistmenu{
width: 150px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 12px Arial;
color: white;
background: #663300 url(../menu/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 4px 4px 10px; /*header text is indented 10px*/
text-decoration: none;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../menu/titlebar-active.png);
}

.font-family ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FFFFFF;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0px;
/padding-left: -10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #dadada;
font-size: 110%;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


.topmenu A:link {text-decoration: none; color: white;}
.topmenu A:visited {text-decoration: none; color: white;}
.topmenu A:active {text-decoration: none; color: white;}
.topmenu A:hover {text-decoration: italic; color: orange;}