/*
stylesheet for ns
*/

div.row { clear: both; }
div.row span.left { text-align: left; }
div.row span.right { text-align: right; }


.body {font-family: Verdana;
       margin: 0px 0px 0px 0px;
       padding: 3px 0px 0px 0px;
       color: #000000; 
		 font-size: 11px;
   }
.td{
	 font-family: Verdana;
     color: #333; 
		 font-size: 11px;
    }

select { font-size: 12px;
         font-family: Verdana; }
.mytable { border-collapse: collapse; border-spacing: 0; padding: 5px; 	 font-family: Verdana;
     color: #333; 
		 font-size: 11px;}
.rowmenu { vertical-align: top; padding: 5px;}
.rowodd  { background-color: #cccccc; }
.roweven { background-color: #dddddd; }
.dispnum { }
.displst { text-align: right; }
.comment { font-size: xx-small; }
.lstdetail { vertical-align: middle; 
 font-family: Verdana;
     color: #333; 
		 font-size: 11px;}
.title { font-family: tahoma; font-weight: bold;
         font-size: large; }
.num { font-family: verdana; font-size: 11px; }

a         { font-family: Verdana;
            font-size: 11px; color: #666; text-decoration: underline; }
a:link    { color: #666; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:active  { color: #99CC66; }
a:hover   { color: #6699CC; }

.standardsNote { display: none; }




