/*  ----------------------------------------------------------------------- */
/*  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: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

a:link, a:visited, a:active {text-decoration: underline; color: #666666;}
a:hover {text-decoration: underline; color: #770755;}

/*  Used for main titles. This style gets picked up in the search results   */
.title, h1, .search_result_title {
font-family: "trebuchet MS";
font-size: 15px;
color: #770755;
font-weight: bold;
margin-top: 0px;
text-transform: capitalize;
}


.title a:link, .title a:visited, .title a:active, h1 a:link, h1 a:visited, h1 a:active  {color: #770755;}
.title a:hover, h1 a:hover {color: #d01b69;}


/*  Used for subtitles. This style gets picked up in the search results   */
.subtitle, h2 {
font-family: "trebuchet MS";
font-size: 13px;
color: #d01b69;
font-weight: bold;
}
.subtitle a:link, .subtitle a:visited, .subtitle a:active h2 a:link, h2 a:visited, h2 a:active {color: #d01b69;}
.subtitle a:hover, h2 a:hover {color: #770755;}


/*  Used for main titles. This style gets picked up in the search results   */
.smalltext {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
font-weight: bold;
font-style:italic;
}

