
/* CUSTOM DEFINED SPAN STYLES */


	A.nav-top, .nav-top
	{
	margin-top : 0px;
	margin-bottom : 0px;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px;
	line-height : 14px;
	letter-spacing : 0.0mm;
	text-decoration : none;
	color : #3D4145;	    /* dark blue gray  */
	}
	
	A.nav-top:link 
	{
	color : #3D4145;	    /* dark blue gray  */

	}
	A.nav-top:hover 	
	
	{
	color:#998970;	  /* home pg tan  */
	}
	
	A.nav-top:active 
	
	{
	color :   #705335;	  /* gray  */
	}

	A.nav-top:visited 
	{
	color : #3D4145;	    /* dark blue gray  */
	}

	A.nav-top:visited:hover 
	{
	color:#998970;	  /* home pg tan  */

	}
	
	A.nav-top:visited:active {
	color :   #705335;	  /* gray  */
	}
	

	A.nav-white, .nav-white
	{
	margin-top : 0px;
	margin-bottom : 16px;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px;
	line-height : 14px;
	letter-spacing : 0.0mm;
	text-decoration : none;
	color : #FFFFFF;    /* white  */
	}
	
	A.nav-white:link {
	color : #FFFFFF;    /* white  */

	}
	A.nav-white:hover {
	color:#B19F82;	  /* home pg tan - lighter  */
	}
	
	A.nav-white:active {
	color : #FFFFFF;    /* white  */
	}

	A.nav-white:visited {
	color : #FFFFFF;    /* white  */
	}

	A.nav-white:visited:hover {
	color:#B19F82;	  /* home pg tan - lighter  */
	}

	A.nav-white:visited:active {
	color :   #595954;	  /* gray  */
	
}
	



/* Redefinition of standard tags /*/

/* p tag is identical to "bodytext" span style, and to ".text-arial-helv-10-on-16" style */

p 

{
margin-top : 0px;
margin-bottom : 14px;
font-family : georgia, times, "times new roman", serif; 
font-size : 14px;
line-height : 20px;
}

li {
margin-top : 2px;
margin-bottom : 4px;
font-family : georgia, times, "times new roman", serif; 
font-size : 14px;
line-height : 18px;
}

/* h1 tag is identical to ".text-arial-helv-13-on-22" span style, plus color and bold */

h1 
{
margin-top : 0px;
margin-bottom : 16px;
font-family : georgia, times, "times new roman", serif; 
font-size : 18px;
line-height : 20px;
color :   #3D4145;	  /* dark blue-gray  */

}

/* h2 tag is identical to ".text-arial-helv-12-on-20" span style, plus color and bold */

h2 
{
margin-top : 0px;
margin-bottom : 12px;
font-family : georgia, times, "times new roman", serif; 
font-size : 16px;
line-height : 20px;
color :   #3D4145;	  /* dark blue-gray  */

}


/* h3 tag is identical to ".text-arial-helv-11-on-18" span style, plus color and bold */

h3 {
margin-top : 0px;
margin-bottom : 12px;
font-family : georgia, times, "times new roman", serif; 
font-size : 14px;
line-height : 16px;
color :   #3D4145;	  /* dark blue-gray  */
}

/* h4 tag is identical to ".text-arial-helv-11-on-18" span style, plus color and bold */

h4 {
margin-top : 0px;
margin-bottom : 12px;
font-family : georgia, times, "times new roman", serif; 
font-size : 13px;
line-height : 16px;
color :   #3D4145;	  /* dark blue-gray  */
}

/* h5 tag is identical to ".text-arial-helv-10-on-16" span style, plus color and bold */

h5 {
margin-top : 0px;
margin-bottom : 12px;
font-family : georgia, times, "times new roman", serif; 
font-size : 12px;
line-height : 16px;
color :   #3D4145;	  /* dark blue-gray  */
}

/* h6 tag is identical to ".text-arial-helv-10-on-16" span style, plus color and bold */

h6 {
margin-top : 0px;
margin-bottom : 12px;
font-family : georgia, times, "times new roman", serif; 
font-size : 13px;
line-height : 16px;
color :   #3D4145;	  /* dark blue-gray  */
}


/* CUSTOM DEFINED SPAN STYLES */

/* "bodytext" style is exactly the same as ".text-arial-helv-10-on-16" style, and as redefined "p" tag */

.bodytext
{
margin-top : 0px;
margin-bottom : 14px;
font-family : georgia, times, "times new roman", serif; 
font-size : 14px;
line-height : 20px;
}

.bodytext-medium
{
margin-top : 0px;
margin-bottom : 14px;
font-family : georgia, times, "times new roman", serif; 
font-size : 12px;
line-height : 14px;
}

.bodytext-teeny
{
margin-top : 0px;
margin-bottom : 0px;
font-family : georgia, times, "times new roman", serif; 
font-size : 10px;
line-height : 10px;
}

.testimonials
{
margin-top : 0px;
margin-bottom : 14px;
font-family : georgia, times, "times new roman", serif; 
font-size : 12px;
font-style: italic;
line-height : 18px;
}



