/*  ----------------------------------------------------------------------- */
/*  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, h4, h5, h6, pre, form, p, tr, td, blockquote, fieldset {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}

ul, li { 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;	
}

li { 
	margin:0 0 2px 0;
	line-height:18px;
}

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

/*  Used for main titles. This style gets picked up in the search results   */
.title1 {
font-size: 14px;
color: #6a4c75;
margin-top: 0px;
font-weight: bold;
}
.title1 a:link {text-decoration: underline; color: #6a4c75;}
.title1 a:visited {text-decoration: underline; color: #6a4c75;}
.title1 a:active {text-decoration: underline; color: #6a4c75;}
.title1 a:hover {text-decoration: underline; color: #a875a2;}


/*  Used for subtitles. This style gets picked up in the search results   */
.title2 {
font-size: 11px;
color: #a875a2;
margin-top: 0px;
font-weight: bold;
}
.title2 a:link {text-decoration: underline; color: #a875a2;}
.title2 a:visited {text-decoration: underline; color: #a875a2;}
.title2 a:active {text-decoration: underline; color: #a875a2;}
.title2 a:hover {text-decoration: underline; color: #666666;}

/*  Used for main titles. This style gets picked up in the search results   */
.title3 {
font-size: 12px;
color: #6a4c75;
margin-top: 0px;
font-weight: bold;
}
.title3 a:link {text-decoration: underline; color: #6a4c75;}
.title3 a:visited {text-decoration: underline; color: #6a4c75;}
.title3 a:active {text-decoration: underline; color: #6a4c75;}
.title3 a:hover {text-decoration: underline; color: #a875a2;}

/*  Used for the styles on the home page text   */
.title4 {
font-size: 34px;
color: #6a4c75;
margin-top: 0px;
}
.title5 {
font-size: 20px;
color: #bda0bd;
margin-left: 200px;
}
