/* Don't put borders around images that are links. */
a img {border: none;}

/* Set up link styles for href tags that do not specify a class. */
a:link {color: blue;}
a:visited {color: blue;}
a:hover {color: red;}
a:active {color: blue;}

/* Set up link styles for the footer */
a.Footer:link {color: #000000; font-family: Arial, Helvetica; font-size: 10pt; font-weight: normal; text-decoration: none;}
a.Footer:visited {color: #000000; font-family: Arial, Helvetica; font-size: 10pt; font-weight: normal; text-decoration: none;}
a.Footer:hover {color: #CC0000; font-family: Arial, Helvetica; font-size: 10pt; font-weight: normal; text-decoration: underline;}
a.Footer:active {color: #000000; font-family: Arial, Helvetica; font-size: 10pt; font-weight: normal; text-decoration: none;}

/* Set up link styles for the Main Nav bar */
a.MainNav:link {color: #000066; font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; text-decoration: none;}
a.MainNav:visited {color: #000066; font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; text-decoration: none;}
a.MainNav:hover {color: #CC0000; font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; text-decoration: underline;}
a.MainNav:active {color: #000066; font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; text-decoration: none;}

/* Set up style for headers in Main Nav bar using the b tag */
b.MainNav {color: #CC0000; font-family: Arial, Helvetica; font-size: 11pt;}

/* Set up style for sub headers in Main Nav bar using the b tag */
b.MainNavSub {color: #000066; font-family: Arial, Helvetica; font-size: 10pt;}

/* Set up style for tag line using the b tag */
b.TagLine {color: #000066; font-family: Arial, Helvetica; font-size: 16 pt; font-weight: bold; font-style: italic;}
