html { direction:ltr; }

body { background:#fff;margin:10px;padding:0px;color:DarkBlue; }

body,td,th,a,h1,h2,h3,input,textarea,option,select,pre
{ 
 font:9pt normal #000066 "Tahoma";
 font-family:Tahoma;
 text-decoration:none;
}

a:link { color:#0000ff;text-decoration:none; }
a:visited { color:#0000ff;text-decoration:none; }
a:hover { color:#ff8888;text-decoration:none; }

hr { color: rgb(204,204,204); }

p { line-height:18px;margin-top:6px;margin-bottom:6px;margin-left:2px; }

#t
{ 
  background:rgb(87,87,156);
  display:block;
  color:white;
  padding:15px;
  line-height:18px;
  font-size:16pt;
  font-family:"Tahoma";
}

table.mt 
{
	border-top:rgb(164,171,193) 1px solid;
	border-bottom:rgb(164,171,193) 1px solid;
	width:100%;
	background:rgb(243,243,246);
}
table.mt td { padding:3px;border:0px solid #ff0000;vertical-align:top;font-size:12pt;font-weight:normal; }
table.mt a:link { color: #0000ff; text-decoration: none;font-size:12pt; }
table.mt a:visited { color: #0000ff; text-decoration: none;font-size:12pt; }
table.mt a:hover { color: #ff8888; text-decoration: none;font-size:12pt; }

#b
{ 
  font-size:8pt;
  font-weight:normal;
  display:block;
  padding:2px;
  line-height:18px;
}

#b a { font-size:8pt; }
