/* npsot.css - Default CSS */

body { 
	font-family: Verdana, Arial, sans-serif;
	#background-color: #EEEEFF;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: center top;
}

h2 {
  font-family: "Times New Roman";
  font-size: 1.5 em;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bolder;
	color: #666600;
}

a:hover {
	text-decoration: underline;
}


p { 
	margin-left: 90px;
	margin-right: 90px;
	font-weight: normal;
	font-size: 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;
	vertical-align: top;
}


ul { 
	list-style-type: square;
	color: #666666; 
	margin-left:  90px;
	margin-right: 90px;
	
}

ol { 
	margin-left:  90px;
	margin-right: 90px;
}

hr {
	height: 0.5em;
}



/* CLASSES  class="  " */

.chapter-separator {
	line-height: .5em;
}

.noborder-left {
	border-left-style: none;
}


.chapter-name {
	font-weight: bolder;
}

.cities-name {
	font-weight: bolder;
}


.font-smaller {
	font-size: smaller;
}


.font-smaller-normal {
	font-size: smaller;
	font-weight: normal;
}


.center-text {
	text-align: center;
}

.left-text {
	text-align: left;
}

.table-left-align { 
	border-collapse: collapse;
	empty-cells: show;
	margin-left: 90px; 
	margin-right: 90px;
}

.first-column {
	text-align: right;
	vertical-align: center;
	border-left-style: none;
	font-weight: bolder;
}

.link-nonbold {
	text-decoration: none;
	font-weight: normal;
}



/* ID'S  id="  " */
P#org-name
{
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}


