

/* 10-07 revised style sheet for mattmorsa.com */

  body, html     { 
                   background-color: #FFFFFF; 
				   margin-top: 0px; 
				   background: url(/images/bg.gif) repeat-x; 
				   font-family: Arial, Helvetica, Sans-Serif; 
				   color: 000000;
				 }

  .footlinks     { background-color: #FFFFFF; font-size: 11px; text-align: center; }
  .wht           { background-color: #FFFFFF; }
  .ltGray        { background-color: #F5F5F5; text-align: center; }
  .dk            { background-color: #3A4300; text-align: center; }
  .green         { background-color: #EBF5DC; }
  .blk           { background-color: #000000; color: #FFFFFF; text-align: center; font-weight: 700; }
  .right         { text-align: right; }
  .center        { text-align: center; }
  .small         { font-size: 11px; font-style: italic; }
  .smallcenter   { font-size: 10px; font-style: italic; text-align: center; }
  .med           { font-size: 13px; }
  .smallright    { font-size: 11px; font-style: italic; text-align: right; }
  .small_em      { font-size: 11px; font-style: italic; text-align: center; }
  .login         { font-size: 11px; text-align: right; font-weight: 700; }
  .emph          { color: #ff0000; font-weight: 700; }
  .nospace       { margin:0; padding:0; }
  .login-field   { width: 70px; }

/* forms */
  .cust_form     { width:600px; margin: auto; }
  .cust_form td  { padding: 2px; }
  .long_field    { width: 400px; }
  .med_field     { width: 150px; }
  .short_field   { width: 100px; }
  .float-right   { white-space: nowrap; text-align: right; float: right; display: inline; margin-right: 25px; } 
  
  label          { font-weight: 700; font-size: 90%; }
  
  h3,h4          { color: #1A5C0E; }
  p,ul           { font-size: 90%; }
  
/* left-column links only */
  .addl_links        { margin:12px 0 0 0; padding:0; text-align: center; }
  .addl_link_list    { margin:6px 0 0 0; padding:0; font-size: 90%; }
  .addl_link_list li { margin:0; list-style:none; white-space: nowrap; }
  
  a:link         { color: #1A5C0E; font-weight: 700; }
  a:visited      { color: #18724B; font-weight: 700; }
  a:active       { color: #FF0000; font-weight: 700; }
  a:hover        { color: #006400; font-weight: 700; }
