﻿div#legal
{
    margin-top: 50px;
}

div#legal h1
{
    font-family: "MyriadProCondensed", "Arial Narrow", Arial, Sans-Serif;
    font-size: 16pt;
    
    margin-bottom: 0;
}

div#legal h2
{
    font-family: "MyriadProCondensed", "Arial Narrow", Arial, Sans-Serif;
    font-size: 14pt;
    
    margin-bottom: 0;
}

div#legal h3
{
    font-family: "OregonLDORegular", "Arial Narrow", Arial, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    
    margin-bottom: 0;
}

div#legal p
{
    font-family: "OregonLDORegular", Arial, Sans-Serif;
    font-size: 10pt;
    line-height: 1.3;
    
    margin: 0 0 10px 0;
}

div#legal ul li
{
    font-family: "OregonLDORegular", Arial, Sans-Serif;
    font-size: 10pt;
    line-height: 1.3;
}

div#legal a:link,
div#legal a:visited
{
    color: Blue;
	text-decoration: none;
}

div#legal a:hover,
div#legal a:active
{
    text-decoration: underline;
}

div#contentWindow div#copyright
	{
        position: relative;
	
		float: right;
		
		margin-right: 10px;
		
		height: 10px;
		width: auto;
		
		vertical-align: middle;
		
	    font-family: "MyriadProCondensed", "Arial Narrow", Arial, Sans-Serif;
		font-size: 8pt;
		color: #7d7d7d;
	}
	
		div#contentWindow div#copyright a:link,
		div#contentWindow div#copyright a:visited
		{
			color: #7d7d7d;
			text-decoration: none;
		}
		
		div#contentWindow div#copyright a:hover,
		div#contentWindow div#copyright a:active
		{
			color: #7d7d7d;
			text-decoration: underline;
		}