
@charset "UTF-8";

/*  Set default typography styles
*/

	a {
	    color:           #78bcc4;
	    cursor:          pointer;
	    text-decoration: none;
	}

	    a:hover {
	        text-decoration: underline;
	    }

    body {
        color:       #58595b;
        font-family: Georgia, serif;
        font-size:   14px;
    	line-height: 1.5em;
    }

    em, i {
        font-style: italic;
    }

    h1, h2, h3, h4 {
        color: #78bcc4;
    }

    h1 {
    	font-size:     1.5714285714285714em;
    	line-height:   0.9545454545454546em;
    	margin-bottom: 0.9545454545454546em;
    }

    h2 {
    	font-size:     1.4285714285714286em;
    	line-height:   1.05em;
    	margin-bottom: 1.05em;
    }

    h3 {
    	font-size:     1.2857142857142858em;
    	line-height:   1.1666666666666667em;
    	margin-bottom: 1.1666666666666667em;
    }

    h4 {
    	font-size:     1.1428571428571428em;
    	line-height:   1.3125em;
    	margin-bottom: 1.3125em;
    }

	p, ul, ol, blockquote, pre, td, th, label {
		font-size:     1em;
    	line-height:   1.5em;
    	margin-bottom: 1.5em;
	}

		p.small {
			font-size:     0.8571428571428571em;
        	line-height:   1.75em;
        	margin-bottom: 1.75em;
		}

    strong, b {
        font-weight: bold;
    }

    td, th, label {
        margin: 0;
    }

	ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

	table {
		border-collapse: collapse;
    	margin-bottom:   1.5em;
	}
