/* Main Bankruptcy Pages Style Sheet*/
BODY  {
	list-style-type : disk;
	color : Black;
	font-family : Arial, Helvetica;
}

A:link  {
	font-family : Arial, Helvetica;
	list-style-type : disk;
	color : #800080;
	text-decoration : none;
	font-weight : normal;
}


A:visited  {
	font-family : Arial, Helvetica;
	list-style-type : disk;
	color : #CA00CA;
	text-decoration : none;
	font-weight : normal;
}

A:active  {
	font-family : Arial, Helvetica;
	list-style-type : disk;
	color : Silver;
	text-decoration : none;
	font-weight : normal;
}

A:hover  {
	font-family : Arial, Helvetica;
	list-style-type : disk;
	color : Silver;
	text-decoration : underline;
	font-weight : normal;
}

DIV  {
	font-family : Arial, Helvetica;
	color : #000000;
	list-style-type : disk;
}

P  {
	font-family : Arial, Helvetica;
	color : #000000;
	list-style-type : disk;
}

TD  {
	font-family : Arial, Helvetica;
	color : #000000;
	list-style-type : disk;
}

LI  {
	font-family : Arial, Helvetica;
	color : #000000;
	list-style-type : disk;
}

OL  {
	list-style-type : disk;
	color : #000000;
	font-family : Arial, Helvetica;
}

UL  {
	font-family : Arial, Helvetica;
	color : #000000;
	list-style-type : disk;
}

BLOCKQUOTE  {
	list-style-type : disk;
	font-family : Arial, Helvetica;
	color : #000000;
}


