/* base3.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: 20pt;
}

h3
{
    font-size: 17pt;
}

h4
{
    font-size: 14pt;
}

/* if otherwise unspecified */

/* body
{
    color: black;
    font-family: arial, san-serif;
    font-size: 11pt;
    line-height: 18pt;
}


li
{
    margin-left: 30;
}

*/

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

p,dt
{
    margin-left: 20;
	}
	
li,dd
{
    margin-left: 30;
}	

dt
{
    font-weight: bold;;
	}
	

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

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

.quote
{
    color: navy;
    font-size: 11pt;
}

.quote2
{
    color: maroon;
   	font-size: 11pt;
}

.quote-head3
{
    color:black;
    font-family:arial,sans serif;
    font-size: 16pt;
    font-weight: bold;
    line-height: 17pt;

.smaller,.note
{
    font-size: 9pt;
    line-height: 17pt;
}
.cite
{
    color: red;
    font-family:arial;
    font-size: 11pt;
    font-weight: bold;
	line-height: 17pt;
}
.small-it
{
    font-size: 11pt;
	font-style: italic;
}
.small-a
{
    color: maroon;
    font-family: arial;
    font-size: 11pt;
}
.small-quote,.small-quote2,.small-quote3
{
    font-family: arial;
    font-size: 10pt;
	line-height: 17pt;
}    
    
.small-quote
{
    font-size: 10pt;
	line-height: 17pt;    
    color: maroon;
}
.small-quote2
{    font-size: 10pt;
	line-height: 17pt;    
    color: navy;
}

.small-quote3
{    font-size: 11pt;
	line-height: 17pt;    
    color: maroon;
}        
    
/* 
	margin-left: 15;
	margin-right: 15;
*/
}

.contentl
{
    color: black;
    font-family: arial;
    font-size: 12pt;
	line-height: 18pt;
    float: left;
    width: 50%;
    margin: 0 5px 0 0;
    padding-left: 0;
    padding-right: 10px;
}


/* Content right */

.contentr
{
    color: black;
    font-family: arial;
    font-size: 12pt;
	line-height: 18pt;
    float: right;
    width: 50%;
    margin: 0 0 0 10px;
    padding: 15px;
}

/* Sidebar left */

.sidebarl
{
    color: maroon;
    font-family: arial;
    font-size: 10pt;
	line-height: 17pt;
    float: left;
    width: 45%;
    margin: 0 10px 5px 0;
    padding: 10px;
    background-color: #fbfbde
}    

/* Sidebar right */

.sidebarr
{
    color: maroon;
    font-family: arial;
    font-size: 10pt;
	line-height: 17pt;
    float: right;
    width: 45%;
    margin: 0 0 5px 10px
    padding: 10px;
    background-color: #fbfbde
}    

