<!--

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

h1 {
  font: bold 12pt arial, verdana;
	display: inline;
}

#main {
	width: 100%;
	height: 100%;
	background: url(ltca10_st_bg.gif) repeat top center;
  margin: 0;
  padding: 0;
	font: 10pt arial, verdana;
  line-height: 1.2em;
  color: #222222;
	text-align: center;
	background-color: #222200;
}

#table_bg {
  background: url('ltca10_tbl_bg.gif') repeat-y;
}

#bg_hdr {
	width: 100%;
	margin: 0 auto;
  align: center;
  padding: 0;
  background: url('ltca10_hdr_bg.gif') repeat-x top center;
  position: relative;
  text-align: center;
}

#menu {
  width: 169px;
	margin: 0;
  padding: 0;
	text-align: right;
	background: url(ltca10_mb_bg.jpg) no-repeat top left;
	border: none;
}

#menu ul {
  list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
  margin: 0;
	padding: 0;
	display: block;
}

#menu a {
	font: bold 11px arial, verdana;
	margin: 0 1px 0 4px;
	padding: 6px 20px 6px 5px;
	text-decoration: none;
	color: #dedede;
	display: block;
}

* html #menu a {
  width: 90%
}

#menu a:hover {
  color: #ffffff;
	background: #232323;
}

.box {
  text-align: left;
  color: #222222;
  margin: 0;
  padding: 15px;
  position: relative;
  background-color:#efefef;
  border: thin solid #dedede;
}

.hline {
  border-bottom: #cccccc 1px dashed;
}

a { text-decoration: underlined; color: #660000 }
a:hover { text-decoration: none; color: #000000 }

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

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

a.s:link { text-decoration: none; color:#aaaaaa }
a.s:visited { text-decoration: none; color:#aaaaaa }
a.s:hover { text-decoration: none; color:#ffffff }
a.s:active { text-decoration: none; color:#aaaaaa }

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

-->