/*   emlstyles.css            Author: Jeff Anderson    */

body.main     {background-color: #669966}

body {
    background-color: #669966;
}

option, select {
    background-color: #FFDEAD;
    font-weight: bold; 
    color: #000000;
    font-family: Helvetica, Arial; 
    font-size: 8pt   
}

a:link { 
    color: #000080;
}
a:visited { 
    color: #990000;
}
a:hover {
    color:  #DD0000;
}
a:active {
    color:  #DD0000;
}

font.reqd     {color: #CC0000}
font.msg      {color: #8B2323;
	font-weight: bold;
                font-size: 12pt}
font.caption  {font-size: 10pt}
font.name     {color: #000080;
                    font-weight: bold}
font.sec	{font-weight: bold; 
               color: #000000;
               font-size: 9pt} 
               
font.dhdr     {font-weight: bold; 
               color: #000080;
               font-family: Helvetica, Arial; 
               font-size: 8pt; 
               font-style: italic}
font.tot      {font-weight: bold; 
               color: #000000;
               font-family: Helvetica, Arial; 
               font-size: 8pt}
font.shdr      {font-weight: bold; 
               color: #000000;
               font-variant: small-caps;              
               font-size: 12pt}
font.chdr      {font-weight: bold; 
               color: #000000;
               font-family: Helvetica, Arial; 
               font-size: 10pt}
tr.hdr        {background-color: #D0D0D0; 
               text-align: left; 
               font-family: Helvetica, Arial; 
               font-size: 10pt}
tr.data       {background-color: #FFFFFF}

h1,h2,h3,h4,h5,h6	{text-align: center}

h1.rt         {text-align: right}
h1.lt         {text-align: left}
h2.rt         {text-align: right}
h2.lft        {text-align: left}
h3.reg        {text-align: left}
h3.rt         {text-align: right}
h4.dict       {text-align: left; 
               font-family: Hevetica, Arial}

/* hr {
    height:  .1em;
    background-color: transparent;
    color: transparent;
} */

.center   {text-align: center}
.just	{text-align: justify}
.right	{text-align: right}
.left	{text-align: left}
.hdr         {font-family: Helvetica, Arial}

.first:first-letter { font-size: 1.4em }

.blue	{color: #000080;
                 font-weight: bold}

.sub	{font-weight: bold; 
                 color: #000000;
                 font-family: Helvetica, Arial; 
                 font-size: 8pt}

.msg	{color: #8B2323;
	font-weight: bold;
                font-size: 12pt}

p.caps	{font-weight: bold; 
               color: #000000;
               font-variant: small-caps;              
               font-size: 12pt}

.attr	{font-weight: bold; 
               color: #000080;
               font-family: Helvetica, Arial; 
               font-size: 8pt; 
               font-style: italic}

.link	{font-weight: bold; 
               color: #000000;
               font-family: Helvetica, Arial;
               font-size: 10pt}

div.quote {
	font-family: Tahoma, Helvetica, Arial, sans-serif; 
 	line-height: 1.4;   
	font-size: .9em;
}

div.text {
	font-size: 1.2em;
	margin-left: 3em;
	margin-right: 3em;
}

div.textquote {
	font-size: 1.0em;
	margin-left: 9em;
	margin-right: 6em;
}

div.intro {
	font-size: 1.1em;
	margin-left: 2em;
	margin-right: 2em;
}

div.smquote {
	font-family: Tahoma, Helvetica, Arial, sans-serif; 
 	line-height: 1.4;   
	font-size: .7em;
}


