/* colors 33FF99, 00CC66 */
/* top, right, bottom, left */
body, html {
font-family:Arial, Helvetica, sans-serif;
}
	dl { width: 100%; }
	dl,dd { margin: 0; }
	dt { background: #0C6; font-size: 18px; padding: 5px; margin: 5px; }
	dt a { color: #000; }
	dd a { color: #000; }
	ul { list-style: none; padding: 5px; }

table {
  width: 96%;
  height: 99%;
  border-collapse: collapse;
  border-spacing: 0 0;
}
table#Digg {  
  width: 190;
  border-collapse: collapse;
  border-spacing: 0 0;
}
body {
  background: #FFFFFF;
}
#MainTB {
  background: #33FF99;
}
tr#TopRow {
  vertical-align: center;
  //color: #FFFFFF;
  //background: #00CC66;
}
tr#BarRow {
  height: 10;
  color: #000;
  background: #00CC66;
}
tr#BotRow {
  color: #000;
  text-align: right;
  padding: 0 20 0 0;
  background: #00CC66;
}
th#Logo {
  width: 200;
  height: 128;
 }
th#Title {
  width: 100%;
}
td#Theme{
  text-align: left;
  padding: 0 0 0 30;
}
td#NaviMenu {
  width: 100%;
  text-align: left;
  padding: 0 0 0 30;
  border-left: #FFF solid medium;
}
td#SideMenu {
  width: 200;
  //height: 100%;
  padding: 10 0 0 0;
  text-align: left;
  vertical-align: top;
}
td#Content {
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: top;
  border-left: #FFF solid medium;
}
p#Subtitle {
 font: medium;
}
#st1 {
	display: none;
}