/* 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: #000066; font-family: Arial, Helvetica; font-size: 10pt; font-weight: normal; text-decoration: none;}
a.Footer:visited {color: #000066; 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: #000066; 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 link styles for the Main Nav bar */
a.FSPMainNav:link {color: #000066; font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; text-decoration: none;}
a.FSPMainNav:visited {color: #000066; font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; text-decoration: none;}
a.FSPMainNav:hover {color: #CC0000; font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; text-decoration: underline;}
a.FSPMainNav:active {color: #000066; font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; text-decoration: none;}

/* Set up link styles for the Main Nav bar with bigger font*/
a.FSPMainNavBig:link {color: #000066; font-family: Arial, Helvetica; font-size: 12pt; font-weight: bold; text-decoration: none;}
a.FSPMainNavBig:visited {color: #000066; font-family: Arial, Helvetica; font-size: 12pt; font-weight: bold; text-decoration: none;}
a.FSPMainNavBig:hover {color: #CC0000; font-family: Arial, Helvetica; font-size: 12pt; font-weight: bold; text-decoration: underline;}
a.FSPMainNavBig:active {color: #000066; font-family: Arial, Helvetica; font-size: 12pt; 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;}

/* Set up style for title 1 line using the b tag */
b.Title1 {color: #ff0000; font-family: Arial, Helvetica; font-size: 30 pt; font-weight: bold;}

/* Set up style for title 2 line using the b tag */
b.Title2 {color: #ffff99; font-family: Arial, Helvetica; font-size: 12 pt; font-weight: bold; font-style: italic;}

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

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

/* Set up style for Quote lines using the b tag */
b.Quote {color: #CC0000; font-family: Arial, Helvetica; font-size: 10 pt; font-weight: bold; font-style: italic;}

/* Set up style for misc lines using the b tag */
p.FSPText {color: #000066; font-family: Arial, Helvetica; font-size: 10 pt; font-weight: bold;}
p.FSPTextN {color: #000066; font-family: Arial, Helvetica; font-size: 10 pt; font-weight: normal;}

