/*  ----------------------------------------------------------------------- */
/*  These are all the styles which need to be viewed and/or pulled out into the text editor.   */
/*  ----------------------------------------------------------------------- */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, tr, td, blockquote, fieldset {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #5b5b5b;
}

a:link {text-decoration: underline; color: #5b5b5b;}
a:visited {text-decoration: underline; color: #5b5b5b;}
a:active {text-decoration: underline; color: #5b5b5b;}
a:hover {text-decoration: underline; color: #3c61ad;}


/*  Used for large blue titles   */
.title1 {
font-size: 14px;
color: #3c61ad;
margin-top: 0px;
font-weight: bold;
}
.title1 a:link {text-decoration: underline; color: #3c61ad;}
.title1 a:visited {text-decoration: underline; color: #3c61ad;}
.title1 a:active {text-decoration: underline; color: #3c61ad;}
.title1 a:hover {text-decoration: underline; color: #254586;}

/*  Used for smaller blue subtitles   */
.title2 {
font-size: 11px;
color: #3c61ad;
margin-top: 0px;
}
.title2 a:link {text-decoration: underline; color: #3c61ad;}
.title2 a:visited {text-decoration: underline; color: #3c61ad;}
.title2 a:active {text-decoration: underline; color: #3c61ad;}
.title2 a:hover {text-decoration: underline; color: #254586;}


/*  Used for large red titles   */
.title3 {
font-size: 14px;
color: #960047;
margin-top: 0px;
font-weight: bold;
}
.title3 a:link {text-decoration: underline; color: #960047;}
.title3 a:visited {text-decoration: underline; color: #960047;}
.title3 a:active {text-decoration: underline; color: #960047;}
.title3 a:hover {text-decoration: underline; color: #730338;}


/*  Used for smaller red subtitles   */
.title4 {
font-size: 11px;
color: #960047;
margin-top: 0px;
}
.title4 a:link {text-decoration: underline; color: #960047;}
.title4 a:visited {text-decoration: underline; color: #960047;}
.title4 a:active {text-decoration: underline; color: #960047;}
.title4 a:hover {text-decoration: underline; color: #730338;}

.normal-paragraph {font-weight:normal;}
