/* base.css*/

h1,h2,h3,h4

{   color: red;
    font-family: arial, san-serif;
    font-weight: bold;
	margin-left: 20;
}

h1
{
    font-size: 24pt;
}

h2
{
    font-size: 18pt;
}

h3
{
    font-size: 15pt;
}

p,li
{   color: black;
    font-family: arial, san-serif;
    font-size: 12pt;
    line-height: 18pt;
}

p
{
    margin-left: 20;
	}
	
li
{
    margin-left: 30;
}	

.disclaim
{
    color: maroon;
    font-family: arial, san-serif;
    font-size: 11pt;
    line-height: 17pt;
}

.quote,.quote2
{
	font-size: 11pt;
	line-height: 17pt;
	margin-left: 40;
	margin-right: 40;
}

.quote
{
    color: navy;
}

.quote2
{
    color: maroon;
}

.smaller,.note
{
    font-size: 11pt;
}

.note

.small-it
{
    font-size: 11pt;
	font-style: italic;
}
.small-a
{
    color: maroon;
    font-family: arial;
    font-size: 11pt;
}
.small-quote
{
    color: maroon;
    font-family: arial;
    font-size: 10pt;
	line-height: 17pt;
	margin-left: 40;
	margin-right: 40;

