td.menu_container {
	color: #FFFFFF;
	background-color: #FF3300;
}

html, body, img, table, tr, td {
  margin: 0;
  padding: 0;
  font-family: arial;
  /*font-family: garamond, serif;*/
}

h1 {
  font-size: 120%;
  color: #FF3300;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px inset #ECE9D8
}
h2 {
  font-size: 100%;
  color: #0C2577;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top:0;
  margin-bottom:0
}

img {
	border: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

p, ol, ul {
  font-size: 100%;
  color:black;
  text-align:justify;
  line-height:140%; margin-top:1em; margin-bottom:1em
}

body {
  font-size: 70%;
  background-color: lightgrey;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table#site {
	border: 1px solid #7D7B7C;
	margin: auto;
	background-color: white;
}

td#menu {
  border-left: 1px solid white;
  padding-top: .7ex;
  padding-bottom: .7ex;
}

td#menu a {
	color: white;
	border-right: 1px solid white;
	padding-top: .7ex;
	padding-bottom: .7ex;
	padding-left: 5px;
	padding-right: 5px;
	height: 2em;
	font-weight: bold;
}

td#menu a {
	text-decoration: none;
}

td#menu a:hover {
	background-color: #4F5090;
}

td#menu a.selected {
	background-color: #4F5090;
}

td#submenu, td#content {
	vertical-align: top;
	height: 380px;
}

td#submenu {
  background-color: #EBEBEB;
  padding-left: 7px;
  padding-right: 7px;
}

td.tabhead {
  background-color: #DFE1E3;
  border-bottom: 1px solid #FF3300;
  border-top: 1px solid #FF3300;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px
}

td.borderbottom {
  border-bottom: 1px solid #FF3300;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

td#submenu a {
	color: #0C2577;
	border-bottom: 1px solid #6D6FAF;
	padding: 1ex;
	display: block;
}

td#submenu a.subsubmenu {
	margin-left: 2ex;
	padding: 3px;
}

.mylink
{
	color: #FFFFFF;
	font-weight: bold;
}

:hover.mylink
{
	color: yellow;
	font-weight: bold;
}

:visited.mylink
{
	color: #FFFFFF;
	font-weight: bold;
}

td#submenu a#last {
	border-bottom: 1px solid #6D6FAF;
}

td#submenu a.selected {
  color: #FFFFFF;
  background-color: #FF3300;
}
td#submenu a.selected1 {
  margin-left: 2ex;
  padding: 3px;
  color: #FFFFFF;
  background-color: #FFA48C;
}
td#content {
	padding: 1em;
	background-position: top left;
}

table#dg_data td {
  border-bottom: 1px solid #FF3300;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}