.SmallText { font-family: Arial, Helvetica, sans-serif; font-size: 20pt; }
.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:none; }
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 line makes the body text navy --!
BODY { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: Navy; }
H1 { font-size: 15pt }


!-- This is the class for the menu --!
.MenuTable tr {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: White; text-decoration: none; font-weight:bold;}
.MenuTable td {  font-family: Times, Arial, Helvetica, sans-serif; font-size: 10pt; color: White; text-decoration: none; font-weight:bold;}
.MenuTable td a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: White; text-decoration: none; font-weight:bold;}
.MenuTable td a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: white; text-decoration: none; font-weight:bold;}
.MenuTable td a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: red; text-decoration: none; font-weight:bold; }
.MenuTable td a {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: white; text-decoration: none; font-weight:bold; }


!-- This is the class for the pedigree --!
.GenTable {background-color: #4682B4; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: White; text-decoration: none; font-weight:bold;}
td.GenTable {background-color: #4682B4; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: White; text-decoration: none; font-weight:bold;}
tr.GenTable {background-color: #4682B4; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: White; text-decoration: none; font-weight:bold;}

!--- 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;}
