table {
   border-style: none;
   border-width: 0px;
   border-collapse: collapse;
   border-spacing: 0;
}

td {
   padding: 0;
   font-family: verdana;
   font-size: x-small;
   text-align: left;
}

th {
   padding: 4;
   font-family: verdana;
   font-size: xx-small;
   text-align: left;
   background: gray;
   color: white;

}


td.DAMCategoryHeading {
   font-family: verdana;
   font-size: small;
   color: black;
   font-weight: bold;
}

td.menuHeading{
   font-family: verdana;
   font-size: xx-small;
   color: white;
   font-weight: bold;
}

td.menuLink{
   font-family: verdana;
   font-size: xx-small;
   color: #6D6D6D;
}

td.infoField{
   font-family: verdana;
   font-size: xx-small;
   color: #000000;
   align: right;
}

td.altInfoField{
   font-family: verdana;
   font-size: xx-small;
   color: #000000;
   align: right;
   background: #ffffaa;
}


A:link.mainmenu {
   text-decoration: none;
   font-weight:bold;
   color: #457db6;
}

A:hover.mainmenu {
   text-decoration: underline;
   font-weight:bold;
   color: #cc0000;
}

A:visited.mainmenu{
   text-decoration: none;
   font-weight:bold;
   color: #457db6;
}

A:hover.visited.mainmenu{
   text-decoration: underline;
   font-weight:bold;
   color: #cc0000;
}

A:link.textlink{
   text-decoration: none;
   color: #457db6;
   font-weight:bold;
}

A:hover.textlink {
   text-decoration: underline;
   color: #cc0000;
   font-weight:bold;
}

A:visited.textlink{
   text-decoration: none;
   color: #457db6;
   font-weight:bold;
}

A:hover.visited.textlink{
   text-decoration: underline;
   color: #cc0000;
   font-weight:bold;
}


table.menuContainer{
        border-style: solid;
        border-color: white;
        border-width: thin;
}

font.heading {
   font-family: verdana;
   font-size: medium;
   color: white;
   font-weight: bold;
}

img {
  border-style: none;
  border-width: none;
}

h1{
   font-family: verdana;
   font-size: large;
   color: #457db6;
   font-weight: bold;
   margin-top: 4;
   margin-bottom: 0;

}

h2{
   font-family: verdana;
   font-size: medium;
   color: #457db6;
   font-weight: bold;
   margin-bottom: 0;
   margin-top: 3;

}

h3{
   font-family: verdana;
   font-size: small;
   color: #457db6;
   font-weight: bold;
   margin-bottom: 0;
   margin-top: 20;

}

h4{
   font-family: verdana;
   font-size: x-small;
   color: #457db6;
   font-weight: bold;
   margin-bottom: 0;
   margin-top: 0;

}

/* Styles for DAM show/hide methods */
.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: right;
margin-top: 2px;
margin-right: 3px;
}

.headers{
width: 400px;
font-size: 120%;
font-weight: bold;
border: 1px solid black;
background-color: lightyellow;
}

.switchcontent{

}