﻿/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

/* Formatted for easy editing mode */

body{
    margin :0;
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 76%;
    color: #172002;
    background-color: #FFFFFF;
}

a{
    text-decoration: none;
    background-color: inherit;
    color: #267F00;
}
a:link {
color: #267F00;
text-decoration: none;
}
a:visited {
color: #336600;
text-decoration: none;
}
a:hover{
color: #007F0E;
text-decoration: underline;
}
a:active {
color: #007F0E;
text-decoration: underline;
}

a img{
    border: 0;
}

p{
    font-size: 1.0em;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {color: #212E02;}

h1 {
	margin: 0em 0em 0em .2em;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	clear: both;
	margin: 1.2em 0em 1.2em .2em;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	margin: 1.2em 0em 1.2em .2em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em .2em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em .2em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em .2em;
	font-size: 0.8em;
	font-weight: bold;
}

ul li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}

ol li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}

blockquote
{
    font: 100% 'normal helvetica' , sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

.Indent {
margin-left: 20px;
}

.ClearBoth {
clear: both;
}
