/*  ----------------------------------------------------------- */
/*  These are all standard font styles for the frontend.                                     */
/*  ----------------------------------------------------------- */

/*  Used for titles   */
.breadcrumb {
font-size: 11px;
color: #3c61ad;
font-weight: bold;
margin-top: 0px;
padding: 1px 0 1px 10px;
}
.breadcrumb a:link {text-decoration: underline; color: #3c61ad;}
.breadcrumb a:visited {text-decoration: underline; color: #3c61ad;}
.breadcrumb a:active {text-decoration: underline; color: #3c61ad;}
.breadcrumb a:hover {text-decoration: underline; color: #254586;}

/*  Used for footer navigation   */
.navigation_footer {
font-size: 11px;
color: #3c61ad;
margin-top: 0px;
}
.navigation_footer a:link {text-decoration: underline; color: #3c61ad;padding: 0 10px 0 0;}
.navigation_footer a:visited {text-decoration: underline; color: #3c61ad;padding: 0 10px 0 0;}
.navigation_footer a:active {text-decoration: underline; color: #3c61ad;padding: 0 10px 0 0;}
.navigation_footer a:hover {text-decoration: underline; color: #254586;padding: 0 10px 0 0;}


/*  Used for error and success messages   */
.user_message_error {color: #990000; font-weight: bold;}
.user_message_success {color: #009933; font-weight: bold;}