BODY {
	background: #fbfbff;
	color: #505050; 
}

BODY A{
	color: #0022ff; 
	text-decoration:none;
}

BODY A:hover {
	color: #0000ff; 
	text-decoration:underline;
}

TABLE.paragraph TD.lt {
	width:28px; height: 28px;
	background: url(img/bg/corner.gif);
}
TABLE.paragraph TD.rt {
	width:28px; height: 28px;
	background: url(img/bg/corner.gif);
	background-position: 28px 0px;
}
TABLE.paragraph TD.lb {
	width:28px; height: 28px;
	background: url(img/bg/corner.gif);
	background-position: 0px 28px;
}
TABLE.paragraph TD.rb {
	width:28px; height: 28px;
	background: url(img/bg/corner.gif);
	background-position: 28px 28px;
}
TABLE.paragraph TD.t {
	height: 28px;
	background-image: url(img/bg/top.gif);
	background-repeat: repeat-x;
}
TABLE.paragraph TD.b {
	height: 28px;
	background-image: url(img/bg/bottom.gif);
	background-repeat: repeat-x;
}
TABLE.paragraph TD.r {
	width: 28px;
	background-image: url(img/bg/right.gif);
	background-repeat: repeat-y;
}
TABLE.paragraph TD.l {
	width: 28px;
	background-image: url(img/bg/left.gif);
	background-repeat: repeat-y;
}
TABLE.paragraph TD.c{
	background-color: #fff;
}

UL.manual {
	margin: 0 auto;
}

UL.manual li {
	display: block;
}
