/* ========== G E N E R A L ========== */

* {
    margin-top: 1em;
    padding: 0em;
  }
    
body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	/*background: url("images/background_gradient.gif") repeat-x fixed;*/
	background-color: #808080;
	line-height: 1.3em;
	text-align: center;
	color: #fff;
}




/* ========== H E A D L I N E S  ========== */

h1, h2, h3, h4, h5 {
    text-align: left;
    font-family: 'Trebuchet MS', Helvetica, Verdana, Arial, sans-serif;
    clear: left;
    }    

h1, h2, h3, h4, h5 a{
    text-decoration: none;
    color: #000;
    }    

h1 {
    text-align: center;
    font-style: italic;
    margin-top:    2em;
    margin-bottom: 0.0em;
    }

h2 {
    color: #a00;
    margin-top:    2.0em;
    margin-bottom: 0.0em;
    bborder-bottom: 3px solid #a00;
    }

h3 {
    margin-top:    2.0em;
    margin-bottom: 0.0em;
    padding-top: 0.5em;
    border-top: 2px dotted #ccc;
    }

h4, h5 {
    margin-top:    2.0em;
    margin-bottom: 0.0em;
    }

/* ========== P A R A G R A P H S  ========== */

p {
    text-align: left;
    margin-top:    0.5em;
    margin-bottom: 1.0em;
    clear: left;
    }


/* ========== L I N K S  ========== */

a {
    text-decoration: none;
    ffont-weight: bold;
    color: cornflower;
    }

a:hover{
	color: cornflower;
    }


/* ========== I M A G E S  ========== */

img {   
    border: 0;
    } 



/* ========== L I S T S  ========== */

ul {
    text-align: left;
    margin-left: 1.0em;
    clear: left;
    }
    
ol {
    text-align: left;
    margin-left: 2em;
    clear: left;
    }
    
li {
	margin-top: 0.2em;
	margin-bottom: 0.6em;
	}

