/*npsotchapter.css*/
BODY
{
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: center top;
}
A:link, A:visited
{
	text-decoration: none;
	font-weight: bolder;
	color: #666600;
}
A:hover
{
	text-decoration: underline;
}
P
{
	margin-left: 100px;
	margin-right: 90px;
	font-weight: normal;
}
TABLE
{
	border-collapse: collapse;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
}
TH, TD
{
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: medium;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
UL
{
	list-style-type: square;
	color: #666666;
	margin-left: 100px;
	margin-right: 90px;
}
HR
{
	height: 0px;
}
/*CLASSES  class="  "*/
.noborder-left
{
	border-left-style: none;
}
.chapter-name
{
	font-weight: bolder;
}
.font-smaller
{
	font-size: smaller;
}
.font-smaller-normal
{
	font-size: smaller;
	font-weight: normal;
}
.center-text
{
	text-align: center;
}
.first-column
{
	text-align: right;
	vertical-align: top;
	border-left-style: none;
	font-weight: bolder;
}
/*ID'S  id="  "*/
P#org-name
{
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 150%;
}

