
/* body        {font-family: Times New Roman, Times, serif; font-size: 12pt;}
table       {font-family: Times New Roman, Times, serif; font-size: 10pt;}
tr          {font-family: Times New Roman, Times, serif; font-size: 14pt;}
td          {font-family: Times New Roman, Times, serif; font-size: 10pt;}
  */
body        {font-family: Arial, Helvetica, sans-serif; font-size: 12pt;}
table       {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
tr          {font-family: Arial, Helvetica, sans-serif; font-size: 14pt;}
td          {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}

/* table */
table.norm {text-align:center; width:80%;}
table.wide {text-align:center; width:94%;}
table.blank {font-size:12pt; border-width:0px;}

/* table row */
tr.hdr  {background-color:#C0C0C0;}
tr.desc {background-color:#DFDFDF;}

/* table cell */
td.hdr  {font-size:14pt; font-weight:bold;}
/* td.lbl  {font-size:10pt; font-weight:bold;} */
td.bold {font-weight:bold;}
td.big {font-size:12pt;}

/* span */
span.smalltxt  {font-size:8pt;}
span.bigtxt    {font-size:14pt;}
span.redtxt    {color: #FF0000;}

/* links */
a:link      {color: blue; text-decoration: underline;}
a:visited   {color: purple; text-decoration: underline;}
a:focus     {color: red; text-decoration: underline;}
a:hover     {color: red; text-decoration: underline;}
a:active    {color: purple; text-decoration: underline;}

/* link icons */
/* a[href ^='http:'] {padding-right: 13px; background: url(/images/icon_external.png) no-repeat center right;} */
/* a[href ^='mailto:'] {padding-right: 22px; background: url(/images/E-MailLink.png) no-repeat center right;} */
a[href ^='http:'] {padding-right: 18px; background: url(/images/external.gif) no-repeat center right;}
a[href ^='mailto:'] {padding-right: 16px; background: url(/images/envelope.gif) no-repeat center right;}

/* paragraph */
/* from index.htm *//*
p.logo  {text-align:center; font-size:36pt; font-family:Arial, Helvetica, sans-serif;}
p.clink {text-align:center; font-size:18pt;}
p.news  {text-align:center; font-size:14pt;}
p.norm  {font-size:10pt;}
*/
p.date  {text-align:left; font-style:italic;}

/* lists */
/* better way to do following, with certain restrictions (Powell 305) */
ol.lev1     {list-style-type: decimal;}
ol.lev2     {list-style-type: upper-alpha;}
ol.lev3     {list-style-type: decimal;}
ol.lev4     {list-style-type: lower-alpha;}

.nobullet   {list-style-type: none;}


