/* General  */

	body
	{
	    background: #ebebeb;
	    font-size: 13px;
	    font-family: Helvetica, Arial, sans-serif;
	    line-height: 1.2em;
	    color:#444
	}
	
	.wrapper
	{
	    background: #ebebeb url(../images/background_tile.gif) repeat-y top center;
	}
	
	a
	{
	    color:#114477;
	    text-decoration: none
	}
	
	a:hover
	{
	    color:#1f740f;
	    text-decoration: underline
	}
	
	h1, h2, h3, h4, h5, h6
	{
	    font-weight: normal;
	    color: #222;
	    margin: 0 0 10px 0;
	    padding: 0;
	    line-height:1.1;
	    font-family: georgia
	}
	
	h1 { font-size: 40px; }
	h2 { font-size: 26px; }
	h3 { font-size: 18px; }
	h4 { font-size: 15px; }
	h5 { font-size: 12px; }
	h6 { font-size: 10px; }
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
	    font-weight: normal;
	    text-decoration: none;
	}
	
	p
	{
	    padding: 0;
	    margin:0 0 20px 0;
	}