/* This code sets the horizontal bar links */
a.one:link { color: #FFFFFF; margin: 2px; text-decoration: none; text-indent: 2px; font-family: arial, "ms sans serif", sans-serif; font-size: 9pt; font-weight: bold }
a.one:visited { color: #FFFFFF; margin: 2px; text-decoration: none; text-indent: 2px; font-family: arial, "ms sans serif", sans-serif; font-size: 9pt; font-weight: bold }
a.one:hover { color: #FF4242; margin: 2px; text-decoration: none; text-indent: 2px; font-family: arial, "ms sans serif", sans-serif; font-size: 9pt; font-weight: bold; font-style: italic }

/* This code sets the secondary link style */
a.two:link { color: #F7D088; margin: 2px; text-decoration: none; text-indent: 2px; font-family: arial, "ms sans serif", sans-serif; font-size: 9pt; font-weight: bold }
a.two:visited { color: #F7D088; margin: 2px; text-decoration: none; text-indent: 2px; font-family: arial, "ms sans serif", sans-serif; font-size: 9pt; font-weight: bold }
a.two:hover { color: #C0C0C0; margin: 2px; text-decoration: none; text-indent: 2px; font-family: arial, "ms sans serif", sans-serif; font-size: 9pt; font-weight: bold; font-style: italic }

/* This code sets the green background text */
a.three:link { color: #F7D088; margin: 2px; text-decoration: none; text-indent: 2px; font-family: arial, "ms sans serif", sans-serif; font-size: 9pt; font-weight: bold }
a.three:visited { color: #F7D088; margin: 2px; text-decoration: none; text-indent: 2px; font-family: arial, "ms sans serif", sans-serif; font-size: 9pt; font-weight: bold }
a.three:hover { color: #FF4242; margin: 2px; text-decoration: none; text-indent: 2px; font-family: arial, "ms sans serif", sans-serif; font-size: 9pt; font-weight: bold; font-style: italic }


