/*   Revised Quinones Style Sheet   *//*@import url(part2.css);*/a:link    {          color:royalblue;           font-weight:bold;		  text-decoration:none;          }a:visited {          color:royalblue;           font-weight:bold;		  text-decoration:none;          }a:active  {          color:royalblue;           font-weight:bold;          }A:hover   {		  color: navy;		  TEXT-DECORATION: underline;		  }p    	  {           font-size:12px;           font-family:Arial, Sans-Serif;            color:#000000;	  	  }ul        {           font-size:12px;           font-family:Arial, Sans-Serif;            color:#000000;          }li        {           font-size:12px;           font-family:Arial, Sans-Serif;            color:#000000;          }table     {           font-family:Arial, Sans-Serif;           font-size: 12px;           color:#000000;          }          td        {           font-family:Arial, Sans-Serif;           font-size: 12px;           color:#000000;          }body      {           background-color:white;            font-family:Arial, Sans-Serif;           font-size:12px;           margin-top:0px;          }h1        {           font-size:16pt;           font-family:Arial, Sans-Serif;            font-weight:bold;           color:#00008B;          }address {           color:#614f40;	     font-family:Arial, Sans-Serif;           font-size:14px;          }		/*           color:#d6b70e;            color:#0000ff; */#indentsmall {          margin-left:18px;     }#indentmedium {          margin-left:36px;     }#indentlarge {          margin-left:54px;     }#dot      {          color:#d6b70e;           }#border   {           padding:4;           background-color:#d5d5bC;           color:black;           border:6px #cccccc ridge;          }#smallestabsolute {           font-size:5pt;           font-weight:normal;          }#smallest {           font-size:7px;           font-weight:normal;          }#smallabsolute    {           font-size:7pt;           font-weight:normal;          }#small    {           font-size:10px;           font-weight:normal;          }#mediumabsolute   {           color:#614f40;           font-size:9pt;          }#medium   {           color:#614f40;           font-size:14px;          }#bigabsolute      {           font-size:12pt;          }#big      {           font-size:18px;          }#biggerabsolute   {           font-size:15pt;          }#bigger   {           font-size:21px;          }#bold     {           font-weight:bold;          }#bignbold {           font-size:12pt;           font-family:Arial, Sans-Serif;            font-weight:bold;           color:#ffff00;          }#bignbold2 {           font-size:12pt;           font-family:Arial, Sans-Serif;            font-weight:bold;           color:#00008B;          }/*  The following are translations from ID selectors to Class selectors */.link    {           font-size:12px;           font-family:Arial, Sans-Serif;            color:#000099;		   text-decoration:none;		  }.glossary    {           font-size:12px;           font-family:Arial, Sans-Serif;            color:#009900;		   text-decoration:none;		  }.indentsmall {          margin-left:18px;     }.indentmedium {          margin-left:36px;     }.indentlarge {          margin-left:54px;     }.dot      {          color:#d6b70e;           }.red     {          color:red          }.border   {           padding:4;           background-color:#d5d5bC;           color:black;           border:6px #cccccc ridge;          }.smallestabsolute {           font-size:5pt;           font-weight:normal;          }.smallest {           font-size:7px;           font-weight:normal;          }.smallabsolute    {           font-size:7pt;           font-weight:normal;          }.small    {           font-size:12px;           font-weight:normal;          }.mediumabsolute   {           color:#614f40;           font-size:9pt;          }.medium   {           color:#614f40;           font-size:14px;          }.bigabsolute      {           font-size:12pt;          }.big      {           font-size:18px;          }.biggerabsolute   {           font-size:15pt;          }.bigger   {           font-size:21px;          }.bold     {           font-weight:bold;          }.bignbold {           font-size:18px;           font-family:Arial, Sans-Serif;            font-weight:bold;           color:#ffff00;          }.bignbold2 {           font-size:18px;           font-family:Arial, Sans-Serif;            font-weight:bold;           color:#00008B;          }/* ----------------------------------------------------------------Material added to the original Quinones style sheet*//*  include this stuff for document-wide indented style paragraphs     text-indent: 2em;     margin-top: 5px;     margin-bottom: 0in*/.paraindent {      text-indent: 2em;     margin-top: 5px;     margin-bottom: 0in     }.hangingindent  {     text-indent: -2em;     margin-left: 2em;     }