/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.fontstd
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
}

.fontLnk
{
	font-size: 9pt;
	color: #0066CC;
	font-family: Verdana;
	font-weight : BOLD;
	text-decoration: none;
}

.fontexm
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
}

.font1   { font-family: Verdana; font-size: 12pt; color: #009900; font-style:italic }
.font2   { font-family: Verdana; font-size: 12pt; color: #006600 }
.font3   { font-family: Verdana; font-size: 12pt; color: #0022bb; font-weight: bold }
.font4   { font-family: Verdana; font-size: 12pt; color: #0066CC; font-weight: bold }
.fontErr { font-family: Verdana; font-size: 8pt; color: #FF0000 }
.fontErrB { font-family: Verdana; font-size: 10pt; color: #FF0000; font-weight: bold }

.fontBB  { font-family: Verdana; font-size: 10pt; }
.fontBS  { font-family: Verdana; font-size: 10pt; color: #FFFFFF }
.fontBSBold  { font-family: Verdana; font-size: 9pt; color: #FFFFFF; font-weight: bold; text-decoration:none }
.fontHDStd { font-family: Verdana; font-size: 12pt; color: #000000; font-weight: bold }

.fontHDD { font-family: Verdana; font-size: 14pt; color: #C0FFFF; font-weight:bold; }
.fontHD1 { font-family: Verdana; font-size: 10pt; color: #C0FFFF; font-weight:bold; }
.fontHD2 { font-family: Verdana; font-size: 12pt; color: #000000; font-weight:bold; }
.fontTxt { font-family: Verdana; font-size: 12pt; color: #E0E0E0; }
.fontselect { font-family: Verdana; font-size: 8pt; color: #105E4B; font-weight:bold; }
.fontRadio { font-family: Verdana; font-size: 8pt; color: #000000; font-weight:bold; }
.fontTtl { font-family: Verdana; font-size: 7pt; color: #B03060; font-weight:bold; }
.fontWarn { font-family: Verdana; font-size: 9pt; color: #FF0000; font-weight:bold; }
.fontCal { font-family: Verdana; font-size: 7pt; color: #000000; font-weight:bold; }
.fontPlh { font-family: Verdana; font-size: 8pt; color: #105E4B; font-weight:bold; }
.fontLbl { font-family: Verdana; font-size: 8pt; color: #0D5182; }
.fontTtlB { font-family: Verdana; font-size: 7pt; color: #000000; font-weight:bold; }
.fontTxtCode { font-family: Verdana; font-size: 8pt; color: #000000; font-weight:bold; }
.fontTxtInfo { font-family: Verdana; font-size: 8pt; color: #0000FF; font-weight:bold; }
.fontGrid { font-family: Verdana; font-size: 9pt; color: #000000 }
