body {background:"#e0e0e0"; color:black; font-family: Times New Roman, Book Antiqua, Arial Black}
p {text-indent:8pt;background-color:"#a9a9a9";
color:black; border-color:"#e0e0e0";
border-width: 1px;
border-style: ridge;
padding: 4px;
}
h1, h2, h3 {color=black}
ol {list-style:decimal}
ul {
	list-style-type:circle;
	list-style-position:outside;
	list-style-image: url('graphics/images/techimg/li.gif');
	line-height: 25px;
}

a:link {
color: blue; text-decoration:none; font-size:0.90em; font-family: Arial;

}
a.li:visited {
color: red; text-decoration:none; font-size:0.90em; font-family: Arial;
list-style-image: url('graphics/images/techimg/li.gif');
list-style-position: outside;
list-style-type: circle;
line-height: 25px;
}
a:visited {
color: red; text-decoration:none; font-size:0.90em; font-family: Arial;
}
a.li:hover {
	color:"#082984";
	text-decoration:underline;
	font-size:0.95em;
	font-family: Arial;
    list-style-image: url('graphics/images/techimg/li2.gif');
	list-style-position: outside;
	list-style-type: circle;
	line-height: 25px;
}
a:hover {
	color:"#082984";
	text-decoration:underline;
	font-size:0.95em;
	font-family: Arial;
}
table.t {
	border-top: none;
	border-right:none;
	border-bottom: 2px ridge #000000;
	border-left:none;
}