/*  ----------------------------------------------------------------------- */
/*  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: 11px;
color: #ffffff;
}

b, strong {
	font-weight: bold;
}

a:link {text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:active {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: underline; color: #ffffff;}

/*  Used for main titles. This style gets picked up in the search results   */
h1 {
font-size: 16px;
color: #ffffff;
margin-top: 0px;
font-style:italic;
font-weight: bold;
text-transform:lowercase;
}
h1 a:link {text-decoration: none; color: #ffffff;}
h1 a:visited {text-decoration: none; color: #ffffff;}
h1 a:active {text-decoration: none; color: #ffffff;}
h1 a:hover {text-decoration: underline; color: #ffffff;}


/*  Used for subtitles. This style gets picked up in the search results   */
h2 {
font-size: 13px;
color: #ffffff;
margin-top: 0px;
font-style:italic;
text-transform:lowercase;
}
h2 a:link {text-decoration: none; color: #ffffff;}
h2 a:visited {text-decoration: none; color: #ffffff;}
h2 a:active {text-decoration: none; color: #ffffff;}
h2 a:hover {text-decoration: underline; color: #ffffff;}