/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body {

	background-color: #FFFFFF
	;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 1.05;	
	font-family: Verdana, Arial,  Helvetica, sans-serif; font-size: 12px;
	color: #000033;
}

td, th {
line-height: 1.05;	
	font-family: Verdana, Arial,  Helvetica, sans-serif; font-size: 12px;
	color: #000033;
}

a:link {
	color: #220559;
	text-decoration: none;
	font-size: 13px; font-weight: bold;
	font-style: italic;
	line-height: 1.15;	
	
}
a:visited {
	text-decoration: none;
	color: #645DA0;
		font-size: 13px; font-weight: bold;
		font-style: italic;
		line-height: 1.15;
}
a:hover {
	text-decoration: underline;
	color: #F04A4E;
		font-size: 13px; font-weight: bold;
		font-style: italic;
		line-height: 1.15;
}
a:active {
	text-decoration: underline;
	color: #F04A4E;
		font-size: 13px; font-weight: bold;
		font-style: italic;
		line-height: 1.15;
}
/* overrides decoration from previous rule for hovered links */

/* homepage red links & tennessee text AND PAGE SUBTITLES */

.style1 {
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7E1816;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	
}

/*homepage  red  smaller text AMD [AGE SUB-SUB TITLES */

.style2 {
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7E1816;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.25;
	
}

/*homepage  Sally Ahner large text */
.style3 {
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #260860;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.15;	
}

/*homepage  comntact info text */
.style4 {
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #260860;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
}

/* homepage copyright */
.style5 {
	color: #260860; font-size: 10px; font-weight: bold;	
}




/* homepage larger description */
.style6 {
color: #333366;
	font-size: 14px;
		line-height: 1.25;
}


/* page titles AND ADD SIZE 18 & ITALIC IF NEED SMALLER TAGLINE WITH PAGE TITLE*/
.style7 {font-family: Georgia, Times, Times New Roman, serif; color: #220559; font-size: 28px; font-weight: bold; 
}


/* header black link */
.style8 {
font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}




/* size changes  */

.style9 {font-size: 9px; 
} 

.style10 {font-size: 10px;
}

.style11 {font-size: 11px;
}

.style12 {font-size: 12px;
}


.style13 {font-size: 13px;
}


/*  bold emphasis */
.style14  {font-weight: bold;
}

/*  italic  emphasis */

.style15 {font-style: italic;
}


/* TESTIMONIALS & ADD STYLE 11/BOLD  FOR WHO SAID - pix captions*/

.style17 {color: #003366;
font-style: italic;
line-height: 1.15;
}

/* bold labels and phrases */



/*below styles not used 


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}


h2{
	font-size: 120%;
	color: #000000;
	font-style: italic;
	
}

h3{
 font-size: 100%;
 color: #333333;

}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
  margin: 0;
padding: 0;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
 */
