.SmallText { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; }
.Text { font-family: Arial, Helvetica, sans-serif;color: blue; font-size: 10pt;}
.largeText { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-wieght: bold; color: 008080; }
.HeaderText { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-wieght: bold; color: 008080; }

a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: Navy; text-decoration: none; }
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: red; text-decoration: none; font-weight:bold; }
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: Navy; text-decoration: none; }
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: Red; text-decoration: none; }




!-- This is the class for the menu --!
.MenuTable a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: White; text-decoration: none; font-weight:bold;}
.MenuTable a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: White; text-decoration: none; font-weight:bold;}
.MenuTable a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: white; text-decoration: none; font-weight:bold;}
.MenuTable a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: red; text-decoration: none; font-weight:bold; }
.MenuTable a {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: white; text-decoration: none; font-weight:bold; }


!--- This line makes the body text navy --!
BODY { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: Navy; }
H1 { font-size: 15pt }



!--- For Menu --!
all.clsMenuItemNS{font: bold x-small Verdana; color: white; text-decoration: none;}
.clsMenuItemIE{text-decoration: none; font: bold xx-small Verdana; color: white; cursor: hand;}
A:hover {color: red;}
