﻿/* GLs */

/* Black = #183A5D */

.GLText0Title, .GLText0TitleGrey, .GLText0TitleWhite, .GLText0Title_LD
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal; /* small cap*/
    font-weight: bold; /* bold? */
    
    text-align: left;
    vertical-align: middle;
    text-decoration: none;/* underline, 'blink'*/
    text-transform: none; /* capitalize */
    text-indent: 0px; /* 3 px */
    
    padding: 5px 5px 5px 5px;
    
    background-color:#204D7C; /*#23*/
    color: white; /*0000FF*/ /*#183A5D*/
}
.GLText0TitleGrey { color: #3F3F3F; background-color:#204D7C; /*#23*/ padding: 0px 0px 0px 0px;}
.GLText0Title_LD
{ color: #DDEBF5; /* #31*/ background-color: #183A5D; /* #24*/}
/* Multi Speech */
.GLText0TitleWhite {  background-color: White; color: Black; padding: 0px 0px 0px 0px;}

.GLText1, .GLText1GreyA, .GLText1Quote
{
    line-height: 1.4;
    
    font-size: 14px;
    font-style: normal;
    font-variant: normal; /* small cap*/
    font-weight: normal; /* bold? */
    
    text-align: left; /* center */
    text-decoration: none; /*'underline', 'blink'*/
    text-transform: none; /* capitalize */
}
.GLText1GreyA { color: #3F3F3F;font-family: Sans-Serif;}
.GLText1 { color: #183A5D;font-family: Arial, Helvetica, sans-serif;}
.GLText1Quote { color: #183A5D;font-family: Arial; font-weight: bold;}


.GLText2Small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal; /* small cap*/
    font-weight: bold; /* bold? */
    
    color: #183A5D; /* #24*/
    
    text-align: left; /* center */
    text-decoration: none; /*'underline', 'blink'*/
    text-transform: none; /* capitalize */
    text-indent: 0px /* 3 px */
    /*background-color: Green;*/
}

/* Committee */
.CommTitle, .CommName
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    color: Red;
}
.CommName
{
    color: #183A5D; /* #24*/
}
