/* global.css
 * author: corrado coia
 * email: corrado.coia@gmail.com
 * copyright: corrado coia, 2007
 * date: october 10, 2007
 * all rights reserverd, do not copy or modify
 */
 
 .left { text-align: left !important }
 .right { text-align: right !important }
 .center { text-align: center !important }
 .justify { text-align: justify !important }
 .margin { margin: 1.5em }
 .margin-bottom { margin-bottom: 1em }
 .bold { font-weight: bold }
 .underline { text-decoration: underline }
 .hidden { display: none }
 .middle { margin-left: auto; margin-right: auto }
 .tight { margin: 0; padding: 0 }
 .focus { position: relative }
 .a { color: #0000ff; text-decoration: underline; cursor: pointer }
 .button { cursor: pointer }
 .red { color: #cc0000 }
 .blue { color: #0000cc }
 .green { color: #00cc00 }
 hr { text-align: center; width: 90% }
 img { border: 0; margin: 0; padding: 0; }
 body, html { margin: 0; padding: 0; }
 
 html, body, p, table, td, form, h1, h2, h3, ul, li {
       font: 8pt, Verdana, sans-serif;
       font-size: 8pt;
       font-family: Verdana;	   
       text-align: left;
       line-height: 1.5em;
 }
 input { text-align: center }
 a, a:visited {
       color: #23577d;
       text-decoration: none;
       line-height: 1.5em
 }
 
 a:active, a:hover {
       color: #23577d;
       text-decoration: underline;
 }
   
 h1, h2, h3, h4, h5, h6 {	
       font-family: Verdana, Tahoma, Arial, sans-serif; 
       text-align: left !important;
       color: #23577d;
 }
 
 h1 { font-size: 150%; font-weight: bolder; height: 2em; }
 h2 { font-size: 150% } 
 h3 { font-size: 115% }