html,body {
  margin:0px;
  padding:0px;
  height:100%;
  width:100%;
  background:#E7E7D9;
  color:#444444;
}

html,body,table,td {
  font-family:Verdana,Arial;
  font-size:12px;
}

h3 {
  font-family:Verdana,Arial;
  font-size:14px;
  background:#FFFFFF;
  line-height:26px;
}

.small {
  font-family:Verdana,Arial;
  font-size:11px;
}

a {
  color:#0080FF;
  text-decoration:none;
}
a:visited {
  color:#0080FF;
  text-decoration:none;
}
a:hover {
  color:#0080FF;
  text-decoration:underline;
}
a:active {
  color:#0080FF;
  text-decoration:underline;
}

.mborder {
  border-right:1px solid #999999;
  border-left:1px solid #999999;
}

table.tmenu {
  border-right:6px solid #FFFFFF;
  border-bottom:6px solid #FFFFFF;
  width:200px;
  height:50px;
  background:#999999;
  background-image:url('btnbgr.gif');
}
table.tmenu a, table.tmenu a:visited, table.tmenu a:hover, table.tmenu a:active {
  color: #FFFFFF;
  font-weight:normal;
  text-decoration:none;
  font-size:12px;
}
table.tmenu2 {
  border-right:6px solid #BBBCB7;
  border-bottom:6px solid #BBBCB7;
  width:200px;
  height:50px;
  background:#FFFFFF;
  background-image:url('btnbgr2.gif');
}
table.tmenu2 a, table.tmenu2 a:visited {
  color: #666666;
  font-weight:normal;
  text-decoration:none;
  font-size:12px;
}
table.tmenu2 a:hover, table.tmenu2 a:active {
  color: #000000;
  font-weight:normal;
  text-decoration:none;
  font-size:12px;
}
table.tmenu3 {
  border-right:6px solid #FFFFFF;
  border-bottom:6px solid #FFFFFF;
  width:200px;
  height:50px;
  background:#BBBCB7;
}
table.tmenu3 a, table.tmenu3 a:visited, table.tmenu3 a:hover, table.tmenu3 a:active {
  color: #FFFFFF;
  font-weight:normal;
  text-decoration:none;
  font-size:12px;
  color:#000000;
}
table.tmenu4 {
  border-bottom:3px solid #BBBCB7;
  width:194px;
  height:50px;
}
table.tmenu4 td {
  border-bottom:3px solid #FFFFFF;
}
table.tmenu4 a, table.tmenu4 a:visited {
  color: #666666;
  font-weight:normal;
  text-decoration:none;
  font-size:12px;
}
table.tmenu4 a:hover, table.tmenu4 a:active {
  color: #000000;
  font-weight:normal;
  text-decoration:none;
  font-size:12px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
	display:none;
	color:#fff;
}

