/* 
 * filename:  global.css
 * author:    corrado coia
 * email:     corrado.coia@gmail.com
 * copyright: corrado coia, 2008
 * date:      march 27, 2007
 * legal:     all rights reserverd
 *            though feel free to copy or modify
 *            just email me know if you use this
 *            it'll make me happy
 */
 

.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, h4, h5, h6, ul, li {
      font: 8pt, Verdana, sans-serif;
      text-align: left;
      line-height: 1.5em;
}
input { text-align: left }
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: 25pt, Centaur, Verdana, sans-serif;
      text-align: left;
      text-decoration: none;
      color: #000000;
}

.h1 {
      font: 25pt, Centaur, Verdana, sans-serif !important;
      text-align: left !important;
      text-decoration: none !important;
      color: #000000 !important;      
}

h2 { font-size: 18pt }
h3 { font-size: 18pt }
h4 { font-size: 16pt; font-style: italic; margin: 0; padding:0; }


