/* mystyle */
a.menu{
font-size:16px;
font-style: normal;  /* normal, italic, oblique*/
font-weight: bold; /* normal, bold */
text-docoration: none; /* none, underline, overline, both, line-through */
color:#ffffff;
filter:glow(color=#4AA02C,strength=3);
/* glow, shadow, drop shadow, blue, wave, alpha */
height:18px;
cursor: pointer; /* pointer, hand, crosshair, text, move, wait, help */
variant: normal; /* normal, small-caps */
case: normal; /* normal, capitalize, uppercase, lowercase */
letter-spacing: normal; /* normal, 1px ... */
}

a{
font-weight: bold; /* normal, bold */
color:#ffffff;
filter:glow(color=#4AA02C,strength=3);
height:1em;
cursor: pointer; /* pointer, hand, crosshair, text, move, wait, help */
}

a:link { color:#ffffff } 
a:visited { color:#52F3FF } 
a:active { color:#FF00FF } 

h2{
font-size: 16px;
}

.hiLite{
color:red;
font-size:1.2em;
}

span.brand{
font-style: normal;  /* normal, italic, oblique*/
font-weight: bold; /* normal, bold */
text-docoration: none; /* none, underline, overline, both, line-through */
color:#ffffff;
filter:glow(color=#4AA02C,strength=3);
/* glow, shadow, drop shadow, blue, wave, alpha */
height:1.2em;
cursor: text; /* pointer, hand, crosshair, text, move, wait, help */
variant: normal; /* normal, small-caps */
case: normal; /* normal, capitalize, uppercase, lowercase */
letter-spacing: 5px; /* normal, 1px ... */
}

span.errMsg{
color:red;
font-style:italic;
}

.tinyNote{
color:Gray;
font-size:0.8em;
font-style:normal;
}

span.title{
font-weight:bold;
font-size:1.5em;
}