/* textcontainer -importante
----------------------------------------------- */
#textcontainer {
  background-color:#ffffff;
  color:#333333;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:0px;
  margin:0 0 0 10px;
  width:930px;
  
  }
  

#textcontainer td.on{
color:#ffffff;
background-color:green;
text-align:center;
}

#textcontainer td.off{
color:#ffffff;
background-color:red;
text-align:center;
}

#textcontainer td.caution{
color:red;
background-color:yellow;
text-align:center;
}


#textcontainer a:link{
color:#003366;
}

#textcontainer a:visited {
color:#003366;
}


ul{

padding: 0px 10px 10px 10px;
}

li{
margin: 1em 1em 1em 0.5em;
}

/* STARTS ~ fourth navigation links selected and unselected
------------------------------------------------------------ */
#textcontainer a.selected_font_color_fourth_nav {
color:#000033;
font-weight:bold;
}

#textcontainer a.un_selected_font_color_fourth_nav {
color:#666666;
}

#textcontainer a.un_selected_font_color_fourth_nav:hover{
color:#000033;
}
/* ENDS ~ fourth navigation links selected and unselected
---------------------------------------------------------- */


#copyright {
color:#999999;
font-size:0.9em;
}

#copyright a:link,#copyright a:visited {
color:#999999;

}

table.thumbnails{
table-layout:fixed;
}

/* Titles
----------------------------------------------- */
h1 {
  margin:0 0 5px;
}

/* Miscellaneous
----------------------------------------------- */


