@charset "iso-8859-1";
/* Note: the names of the styles "Heading1", "Heading 2", "Heading 3", "Normal" must correspond with the predefined style names in Electos. The formatting however may differ.  Changing the format will affect both the  appearance in Electos Stduio and the website*/

.Heading1, .Heading2, .Heading3, .Normal, .Small
{
        font-family:            Verdana, Geneva, Arial, Helvetica, sans-serif; 
        color:                  #666666;
        font-style:             normal;
        font-size:              1.0em;
        line-height:            1.6em;
        margin:                 0.5em 0em 0.5em 0em; 
}

.Heading1 
{
        font-size:              1.2em;  
        border-bottom:          2px dotted #E9E400;
        padding-bottom:         5px;
        margin:                 10px 0em 19px 0em;
        *margin:                20px 0em 19px 0em;
}

.Heading2 
{
        font-size:              1.1em;
}
        
.Heading3 
{

}
        
.Normal 
{
        
}

.Small
{
        font-size:              0.90em;
        line-height:            1.4em;
}

.Red 
{
        color:                  Red;
}