td {
	background-position: top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
}
.textarea {
	background-color: #FFFFFF;
	padding: 10px;
}
.vert {
	background-color: #b0b0a4;
	height: 100%;
	vertical-align: top;


}
.edge {
	vertical-align: top;
	height: 100%;
}
.legal {
	font-size: .7em;
	color: #333333;
	background-color: #b0b0a4;
	padding: 5px;
	vertical-align: top;
}
ul {
	font-size: .9em;
	list-style-type: square;
	line-height: normal;
}
.case {
	font-size: .9em;
}
.casetitle {
	font-style: italic;
	font-size: .9em;
	font-weight: bold;

}
.article {

	font-size: .9em;
}
.articletitle {

	font-style: italic;
	font-weight: normal;
}
a:link {
	color: #6b0d0d;
	text-decoration: none;

}
a:visited {
	color: #6b0d0d;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
