/* NLG style sheet */

.EntryLabel{
    font-family: "Times New Roman", Times, serif;
	font-family: bold;
    font-size: 12pt;
    color: #000000;
}

.EntryText{
    font-family: "Times New Roman", Times, serif;
    font-size: 11pt;
    color: #000000
}

.EntryTextOpt{
    font-family: "Arial", Serif;
    font-size: 7pt;
    color: #000000
}

.EntryTextBold{
    font-family: "Arial", Times, serif;
	font-weight: bold;
    font-size: 10pt;
    color: #000000
}


.BlueLabel{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
    font-size: 12pt;
    color: #0000CC;
}


.TextTitle{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
    font-size: 17pt;
    color: #0000CC;
}

.BlueLabelBig{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
    font-size: 24pt;
    color: #0000CC;
}

.RedLabelC{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
    font-size: 10pt;
    color: #CC0000;
}

.RedSold{
	font-family: "Arial", Times, serif;
	font-weight: normal;
    font-size: 10pt;
    color: #CC0000;
}

.RedLabel{
	font-family: "Arial", Times, serif;
	font-weight: normal;
    font-size: 12pt;
    color: #CC0000;
}

.RedLabelBig{
	font-family: "Arial", Times, serif;
	font-weight: normal;
    font-size: 16pt;
    color: #CC0000;
}

.GreyLabel{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
    font-size: 14pt;
    color: #333333;
}

.BlackItem{
	font-family: "serif", Times, ;
	font-weight: normal;
    font-size: small;
    color: #000000;
}


.RegText{
    font-family: "Times New Roman";
	font-weight: normal;
    font-size: 11pt;
    color: #000011;
}

.InfoText{
    font-family: "Times New Roman";
	font-weight: normal;
    font-size: 12pt;
    color: #000011;
}

a.redLink:link {color: #D31201; text-decoration: none; }
a.redLink:visited {color:#D31201; text-decoration: none; }
a.redLink:hover {color: #525252; text-decoration:underline; }

.theButton { color:#000000; font-size:13; font-family:arial;  width:120; height:28; background:#FFFFFF; }
.theButtonRed { color:#FFFFFF; font-size:11; font-family:arial;  width:100; height:23; background:#CC0000; }

.theButtonBlue { color:#FFFFFF; font-size:11; font-family:arial;  width:100; height:23; background:#0000CC; }

.theButtonSm { color:#FFFFFF; font-size:10; font-family:arial;  width:47; height:20; background:#0000CC; }

.buttDecor { color:#FFFFFF; font-size:9; font-family:arial;  width:37; height:16; background:#CC0033; }
