body
{
    font-size: 8pt;
    font-family: Verdana;
    background-color: #ffffed
}
ul
{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.plus
{
    list-style-image: url(images/plus.gif)
}
.minus
{
    list-style-image: url(images/minus.gif)
}
a:hover
{
    text-decoration: underline
}
a
{
    color: #0000df;
    text-decoration: none
}
.figure
{
	text-align: center;
	font-style: italic;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.changeLogTable
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
}
.changeLogTable td, .changeLogTable th
{
	border-bottom: silver 1px solid;
}
