.subtitle {
font-weight:700; /*bold*/    /*normal is 400 */
font-family: "times new roman";
color: #FF0000;
font-size: 14pt;
line-height: 16pt;
}

.redbold {
font-weight: 700;
color: red;
}

/* Description styles */
.retail {
font-weight: 400;
font-family: "Verdana, Arial, Helvetica, sans-serif";
color: black;
font-size: 10pt;
}

.menucolor {
background-color: DAF2DA; /* #DEE3E7 #EFEFEF = blue #CCCCCC = grey DAF2DA = green #FBDEC1 = orange*/
}

.menucolor2 {
background-color: #FBDEC1; /*  #EFEFEF = blue #CCCCCC = grey DAF2DA = green #FBDEC1 = orange*/
}

.leftnavbarcolor {
background-color: BCD6E3; /* BCD6E3 = blue #CCCCCC = grey 99CC99 = green #FFCC99 = orange*/
}

.leftmenu {
font-size: 8pt;
font-family: Verdana, Arial, Helvetica, sans-serifa;
line-height: normal
}

.realleftmenu {
font-size: 8pt;
font-family: Verdana, Arial, Helvetica, sans-serifa;
line-height: normal
}

.realleftmenu A:visited {color: #999999;
text-decoration: none}
.realleftmenu A:link { color: #999999;
text-decoration: none}
.realleftmenu A:hover { color: #999999;
text-decoration: none}

.caption {
font-size: 7pt;
font-family: Verdana, Arial, Helvetica, sans-serifa;
line-height: normal
}

.maintitle {
font-size: 32px;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
line-height: 0.8;        /* would be 0pt if not using rotating slogans */
}

.topmenu {
font-weight: 600;
font-family: "Verdana, Arial, Helvetica, sans-serifa";
color: #999999;
font-size: 8pt;
letter-spacing: -0.05em }

.topmenu A:visited {color: #999999}
.topmenu A:link { color: #999999}
.topmenu A:hover { color: #999999}

/* style for links */
A:link {color: 3366CC; 
text-decoration: underline}
A:visited {color: A6B3CD;   /* 69B2D7 A6C7D8  FF7200maybe purple  BCD6E3*/
text-decoration: underline}
A:active {color: red;
text-decoration: none } 
A:hover { text-decoration: underline; color: 144099;}
