<!--
html {
  width: 100%;
	height: 100%;
	margin: 0;
  padding: 0;
}

#main {
	width: 100%;
	height: 100%;
	background: #333366 url(tsd_stbg.gif) repeat;
  margin: 0;
  padding: 0;
	background-color: #333366;
}

.box {
  color: #222222;
  margin: 0px;
  padding: 15px;
  position: relative;
  background-color: #ffffcc;
  border: thin solid #cccc99;
	font: 12px arial, verdana;
  line-height: 1.4;
	text-align: left;
}

.box2 {
  color: #222222;
  margin: 0px;
  padding: 10px;
  position: relative;
  background-color: #ffffcc;
  border: thin solid #cccc99;
	font: 14px arial, verdana;
  line-height: 1.4;
	text-align: center;
}

.hline {
  border: 1px solid #bcbcbc;
}

a.m:link { text-decoration: underlined; color: #994400 }
a.m:visited { text-decoration: underlined; color: #994400 }
a.m:hover { text-decoration: none; color: #333366 }
a.m:active { text-decoration: underlined; color: #994400 }

a.x:link { text-decoration: underlined; font-size: 8pt; color: #888888 }
a.x:visited { text-decoration: underlined; font-size: 8pt; color: #888888 }
a.x:hover { text-decoration: none; font-size: 8pt; color: #000000 }
a.x:active { text-decoration: underlined; font-size: 8pt; color: #888888 }

a.f:link { text-decoration: none; font-size: 8pt; color: #cccccc }
a.f:visited { text-decoration: none; font-size: 8pt; color: #cccccc }
a.f:hover { text-decoration: none; font-size: 8pt; color: #ff9900 }
a.f:active { text-decoration: none; font-size: 8pt; color: #cccccc }

-->