/* Heading 1 Style */
h1
{font-family: Arial, sans-serif;
 font-size: 16px;
 color: #000884;}

/* Heading 2 Style */
h2
{font-family: Arial, sans-serif;
 font-size: 13px;
 color: #000BEA;}

/* Heading 1 Style */
h3
{font-family: Arial, sans-serif;
 font-size: 13px;
 color: #000000;}

/* Main Text Style */
.bodytext
{font-family: Arial, sans-serif;
 font-size: 12px;
 color: #000000;}

/* Main Text Link Style */
a.bodytext:link { color:  rgb(0, 53, 255)}  /* for unvisited links */
a.bodytext:visited { color: rgb(0, 53, 255)} /* for visited links */
a.bodytext:active { color: rgb(0, 102, 0)} /* when link is clicked */
a.bodytext:hover { color: rgb(53, 153, 255)} /* when mouse is over link */
a.bodytext { text-decoration: none } /* menu links look more like buttons */

/* MENU Text Style */
.menustyle
{font-family: Arial, sans-serif;
 font-size: 11px;
 color: #000000;}

/* MENU Text Link Style */
a.menustyle:link { color:  rgb(25, 25, 25)}  /* for unvisited links */
a.menustyle:visited { color: rgb(25, 25, 25)} /* for visited links */
a.menustyle:active { color: rgb(25, 25, 25)} /* when link is clicked */
a.menustyle:hover { color: rgb(50, 150, 255)} /* when mouse is over link */
a.menustyle { text-decoration: none } /* menu links look more like buttons */

/* MENU Text Style */
.menustyledim
{font-family: Arial, sans-serif;
 font-size: 11px;
 color: #555555;}

/* MENU Text Link Style */
a.menustyledim:link { color:  rgb(85, 85, 85)}  /* for unvisited links */
a.menustyledim:visited { color: rgb(85, 85, 85)} /* for visited links */
a.menustyledim:active { color: rgb(85, 85, 85)} /* when link is clicked */
a.menustyledim:hover { color: rgb(50, 150, 255)} /* when mouse is over link */
a.menustyledim { text-decoration: none } /* menu links look more like buttons */