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

a:link {text-decoration: underline; color: #613f6d;}
a:visited {text-decoration: underline; color: #613f6d;}
a:active {text-decoration: underline; color: #613f6d;}
a:hover {text-decoration: underline; color: #ab0635;}

em {
	color: #ab0635;
	font-style: italic;
}

strong {
	color: #ab0635;
	font-style: bold;
}

p
{
	margin:0px;padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343538;
	padding-bottom: 10px;
}

.text_normal
{
	margin:0px;padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343538;
	padding-bottom: 10px;
}

.text_intro
{
	display:block;
	margin:0px;padding:0px;
	font-size: 14px;
	padding-bottom: 12px;
}
.text_small
{
	margin:0px;padding:0px;
	font-size: 11px;
}
.breadcrumb
{
	font-size: 11px;
	margin:0px;
	padding: 0px;
}

#titlebar_breadcrumbs p
{
	margin: 0px; padding: 0px;
}

.text_quotation
{
	color: #ab0635;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
}

/*  Used for main titles. This style gets picked up in the search results   */
h1 {
	margin:0px;padding:0px;
font-size: 24px;
color: #ab0635;

padding-bottom: 10px;
font-weight: bold;
}
h1 a:link {text-decoration: underline; color: #613f6d;}
h1 a:visited {text-decoration: underline; color: #613f6d;}
h1 a:active {text-decoration: underline; color: #613f6d;}
h1 a:hover {text-decoration: underline; color: #ab0635;}


/*  Used for subtitles. This style gets picked up in the search results   */
h2 {	margin:0px;padding:0px;
font-size: 14px;
color: #ab0635;

padding-bottom: 8px;
font-weight: bold;
}
h2 a:link {text-decoration: underline; color: #613f6d;}
h2 a:visited {text-decoration: underline; color: #613f6d;}
h2 a:active {text-decoration: underline; color: #613f6d;}
h2 a:hover {text-decoration: underline; color: #ab0635;}


/*  Used for smaller red subtitles   */
h3 {	margin:0px;padding:0px;
font-size: 12px;
color: #ab0635;

padding-bottom: 3px;
}
h3 a:link {text-decoration: underline; color: #613f6d;}
h3 a:visited {text-decoration: underline; color: #613f6d;}
h3 a:active {text-decoration: underline; color: #613f6d;}
h3 a:hover {text-decoration: underline; color: #613f6d;}

/*  Used for smaller purple subtitles   */
h4 {	margin:0px;padding:0px;
font-size: 12px;
color: #613f6d;

padding-bottom: 3px;
}
h4 a:link {text-decoration: underline; color: #613f6d;}
h4 a:visited {text-decoration: underline; color: #613f6d;}
h4 a:active {text-decoration: underline; color: #613f6d;}
h4 a:hover {text-decoration: underline; color: #ab0635;}
