body
{
    font-size: 12px;
    font-family:  Arial,"Helvetica Neue", Helvetica, Univers, Calibri,Myriad, "Bitstream Vera Sans", Tahoma, Geneva, sans-serif;
    color: #333;
    line-height: 1.4;
}

h1
{
    font-size: 225%;
}

h2
{
    font-size: 200%;
}

h3
{
    font-size: 175%;
}

h4
{
    font-size: 150%;
}

 h5, h6
 {
     font-size: 133%;
}

h1, h2, h3, h4, h5, h6
{
    margin-top: 0.4em;
}

p
{
   margin: 0.4em 0;
   line-height: 1.6;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #906f00;
}

a:hover
{
    text-decoration: underline;
}

.contentRegion ul, .contentRegion ol
{
     margin: 0.4em 0 0.4em 2em;
}

    .contentRegion ul li
    {
        list-style-type: disc;
    }

    .contentRegion ol li
    {
        list-style-type: decimal;
    }

    .contentRegion h1,
    .contentRegion h2
    {
        clear: both;
        line-height: 1.2;
    }

    .contentRegion img[align~=left]
    {
        float: left;
        margin-right: 10px;
    }

    .contentRegion img[align~=right]
    {
        float: right;
        margin-left: 10px;
    }



blockquote
		{
			background: #fff9e3;
			border-top: 1px dotted #ff9b00;
			border-bottom: 1px dotted #ff9b00;
			padding: 10px 20px;
			margin: 20px 0;
		}
