body { 
	background-color: #FFFFFF;
	color: #000000; 
	font-family: arial, helvetica, verdana, sans-serif;
	margin-top:10px;
/*	margin: 10px 10px 10px 10px; */
}

table{
	empty-cells:show;
}

p { 
	font-family: arial, helvetica, verdana, sans-serif; 
}

/* HEADINGS */
h1 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #000000; 
	background-color: transparent;
}

h2 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

h4 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

/* GENERAL LINK PROPERTIES */
a:link, a:visited, a:hover, a:focus, a:active { 
	color: #003399; 
	background-color: #FFFFFF; 
}

/* LISTS */
ul {
	list-style: square;
	margin-bottom: 0%;
	font-family: arial, helvetica, verdana, sans-serif;
}

ul ul {
	list-style: circle;
	margin-bottom: 0%;
	font-family: arial, helvetica, verdana, sans-serif;
}

ul ul ul {
	list-style: disc;
	margin-bottom: 0%;
	font-family: arial, helvetica, verdana, sans-serif;
}

ol {
	list-style: decimal;
	margin-bottom: 0%;
	font-family: arial, helvetica, verdana, sans-serif;
}

ol ol {
	list-style: lower-alpha;
	margin-bottom: 0%;
	font-family: arial, helvetica, verdana, sans-serif;
}

ol ol ol {
	list-style: lower-roman;
	margin-bottom: 0%;
	font-family: arial, helvetica, verdana, sans-serif;
}

/* GENERAL PROPERTIES */
td { 
	font-family: arial, helvetica, verdana, sans-serif;
}

th {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

dd,dt {
	font-family: arial, helvetica, verdana, sans-serif;
}

dt {
	font-weight: bold;
}

acronym {
	color : #006699;
	background : transparent;
}

abbr {
	color : #006699;
	background : transparent;
}

caption {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	text-align: left;
}

input { 
	font-family: arial, helvetica, verdana, sans-serif;
}

a img { 
	border-style: none; 
}

hr {
	text-align:left;
	width: 450px;
}

sup {
	font-size:0.8em;
}

/* MENU BAR - CELL FORMATING */
/* COMMON MENU BAR - TABLE CELL (First four)*/
td.CLFMenuCellA { 
	vertical-align: middle; 
	background-color: #000000;
	height: 14px;
	width:88px;
	margin-left:0px;
	margin:0px;
	padding-left:1px; 
}

/* COMMON MENU BAR - TABLE CELL (Last one)*/
td.CLFMenuCellB { 
	vertical-align: middle; 
	background-color: #000000;
	height: 14px;
	width:89px;
	margin:0px;
	padding-left:1px; 
}

/* INSTITUTIONAL MENU BAR - TABLE CELL (first four) */
td.CLFMenuCell2A { 
	vertical-align: middle; 
	color: #FFFFFF; 
	background-color: #0099cc; 
	height: 14px;
	width:88px;
	margin:0px;
	padding-left:1px; 
}

/* INSTITUTIONAL MENU BAR - TABLE CELL (Last one) */
td.CLFMenuCell2B { 
	vertical-align: middle; 
	color: #FFFFFF; 
	background-color: #0099cc; 
	height: 14px;
	width:89px;
	margin:0px;
	padding-left:1px; 
}

/* COMMON MENU BAR - LINKS */
a.common:link, a.common:visited, a.common:hover, a.common:focus, a.common:active { 
	color: #ffffff;
	text-decoration: none; 
	font-weight:bold;
	background-color: #000000;
}

/* INSTITUTIONAL MENU BAR - LINKS */
a.institute:link, a.institute:visited, a.institute:hover, a.institute:focus, a.institute:active {
	color : #FFFFFF; 
	font-weight:bold;
	text-decoration : none; 
	background-color : #0099cc; 
} 

/* NUANS word (logo) */
/*
.nuansword{
	font-size: 24pt;
	font-weight:bold;
	color:#c00000;
	font-family:Times New Roman;
}
*/

/* MOTD on Members' Main Page */
div.motd_box{
	border:solid 1px;
	margin-top:12px;
	padding:5px;
	background-color:#ffffcc;
}

/* BACK TO TOP CLASS */
.backToTop{
	text-align:center;
	vertical-align:bottom;
}

/* TEXT STYLE CLASSES */
.bluetext{
	color:#0099cc;
}
.linkList {
}
.boldText {
	font-weight: bold;
}
.italicText {
	font-style: italic;
}
.boldItalicText {
	font-weight: bold;
	font-style: italic;
}
.mandatory {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}

/* BREADCRUMB LINKS */
a.breadcrumb {
	color : #999966; 
	background-color: #FFFFFF; 
	text-decoration : none; 
} 

a.breadcrumb:visited {
	color : #336699; 
	background-color: #FFFFFF; 
	text-decoration : none; 
} 

a.breadcrumb:hover, a.breadcrumb:focus {
	color : #999966; 
	background-color: #FFFFFF; 
	text-decoration : none; 
}

a.breadcrumb:active {
	color : #999966; 
	background-color: #FFFFFF; 
	text-decoration : none; 
}

img.triangle {
	vertical-align: top;
}

/* LEFT NAVIGATION TABLE */
table.leftNavTable{
   width:127px;
   padding:0px;
   margin:0px;
}

table.leftNavTable2{
   width:112px;
   padding:0px;
   margin:0px;
}

/* LEFT NAVIGATION TABLE CELLS */
td.leftNavTable {
	background-color: #0099cc; 
	vertical-align: top;
/*	padding:1px; */
	padding:0px;
}

td.leftNavTableHeading {
	background-color: #ffffff; 
	vertical-align: top;
	color: #000000;
	font-weight:bold;
	text-align:center;
}

td.leftNavTableFiller {
	background-color: #0099cc; 
	vertical-align: top;
	height:5px;
}

td.leftNavTableArrow {
	background-color: #0099cc; 
	vertical-align: top;
}

td.leftNavSpacer{
	width:18px;
}

/* LEFT NAVIGATIONAL LINKS - FIRST LEVEL LINK PROPERTIES */
a.leftNavLevel1:link, a.leftNavLevel1:visited, a.leftNavLevel1:hover, a.leftNavLevel1:focus, a.leftNavLevel1:active {
	color: #ffffff;
	background-color: #0099cc; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
	text-decoration: none;
}

a.leftNavLevel1:hover, a.leftNavLevel1:focus{
	text-decoration:underline;
}

/* LEFT NAVIGATIONAL BAR - SECOND LEVEL LINK PROPERTIES */
a.leftNavLevel2:link, a.leftNavLevel2:visited {
	color: #ffffff; 
	background-color: #0099cc;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
} 
a.leftNavLevel2:hover, a.leftNavLevel2:focus {
	color: #ffffff; 
	background-color: #0099cc;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
}
a.leftNavLevel2:active {
	color: #ffffff; 
	background-color: #0099cc;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
}

/* LEFT NAVIGATIONAL BAR - CURRENT LEVEL LINKS */
a.leftNavCurrentLevel:link, a.leftNavCurrentLevel:visited {
	color: #0099cc; 
	background-color: #0099cc;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
}
a.leftNavCurrentLevel:hover, a.leftNavCurrentLevel:focus, a.leftNavCurrentLevel:active {
	color: #0099cc; 
	background-color: #0099cc; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
}

/* FOOTER */
hr.footerRule {
	color: #666666;
	background-color: #999999;
	height: 1px;
	margin-left:0px;
}

td.footerNotesInfo { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #0099cc;
	background-color: #FFFFFF; 
	vertical-align: top;
}

td.footerDisclaimer02 { 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #000000;
	background-color: #FFFFFF; 
	text-align: right;
	vertical-align: top;
}

a.centerText {
}

/* SPLASH PAGE */

.redButton {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
}

a.language:link, a.language:visited, a.language:hover, a.language:focus, a.language:active { 
	color: #FFFFFF; 
	background-color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

a.notices:link, a.notices:visited, a.notices:hover, a.notices:focus, a.notices:active {
	color: #0033CC;
	background-color: #FFFFFF;
}

/* @media print  */

page {
	margin: 10%;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	page-break-inside: avoid;
}

blockquote, ul, ol, dl {
	page-break-before: avoid;
}

/* @media aural */

h1, h2, h3, h4, h5, h6 {
	voice-family: paul, male;
	stress: 20;
	richness: 90;
}

h2 {
	pitch: x-low;
	pitch-range: 80;
}

h3 {
	pitch: low;
	pitch-range: 70;
}

h4 {
	pitch: medium;
	pitch-range: 60;
}

h5 {
	pitch: medium;
	pitch-range: 50;
}

h6 {
	pitch: medium;
	pitch-range: 40;
}

/*
li, dt, dd {
	pitch: medium;
	richness: 60;
}
*/

dt {
	stress: 80;
}

b, strong {
	pitch: medium;
	pitch-range: 60;
	stress: 90;
	richness: 90;
}

i {
	pitch: medium;
	pitch-range: 60;
	stress: 60;
	richness: 50;
}

u {
	richness: 0;
}

a:link {
	voice-family: harry, male;
}

a:visited {
	voice-family: betty, female;
}

a:active {
	voice-family: betty, female;
	pitch-range: 80;
	pitch: x-high;
}