/*style sheet for Twin Flames Production redesign August 2007*/

body
{
background-color: #c6d9f1;
margin: 0;
font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, sans-serif;
}

.pad25 {
padding: 25px;
}

h1 
{
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 120%; 
	color: #336; 
	font-style: italic;
	text-align: center;
	line-height: 1.6em; 
}

h1.larger {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.6em;
	}

h1.purple {
color: #8238ba;
font-size: 110%;
line-height: 1.6em;}

h2 
{   
	font-size: 105%;
	font-weight: normal; 	 	
	color: #336;
	text-align: left;
	font-style: italic;
}

h2.center {
text-align: center;}

h3
{
	font-size: 100%; 
	color: #333;
	line-height: 1.6em;
}

.nomargin 
{ 
	margin-bottom: 0; 
	padding-bottom: 0; 
} 

p, td 
{  
	font-size: 95%; 
	color: #333;  
	line-height: 1.6em;
}

.testimonial, .testimonial-home {
font-style: italic;
}

.testimonial-home {
color: #8238ba; /*purple*/ 
font-size: 11pt;
font-family: "Times New Roman", Times, Georgia, serif;
padding: 15px;
line-height: 1.3em;
text-align: justified;
}


.small-copy, .small-reverse {
font-size: 75%;
font-style: italic;
}

.small-copy
{
	color: #333;
	font-weight: bold;
}


.small-reverse
{ 
	color: #fff;
 
}


.white
{
color: #fff;
}

.purple
{
color: #8238ba;
} 

/*these are main nav links*/

A.navlink:link
{ 
	color: #336;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

A.navlink:visited
{
	color: #336;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
}

A.navlink:active
{
	color: #336;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
}

A.navlink:hover
{
	color: #c6d9f1;
	font-size: 8pt;
	background-color: #8238ba; /*purple*/ 
	text-decoration: none;
	font-weight: normal;
} 


/*these are links in a page footer*/

A.footlink:link
{ 
	color: #fff;
	font-size: 8pt;
	text-decoration: none;
}

A.footlink:visited
{
	color: #fff;
	font-size: 8pt;
	text-decoration: none; 
}

A.footlink:active
{
	color: #fff;
	font-size: 8pt;
	text-decoration: none; 
}

A.footlink:hover
{
	color: #c6d9f1;
	font-size: 8pt; 
	text-decoration: none;
} 

/*top of page links*/


A.top-links:link
{
	font-size: 7pt; 
	color: #8238ba; /*purple*/
	background-color: #c6d9f1;
	padding: 3px;
	text-decoration: none;
}

A.top-links:visited
{
	font-size: 7pt; 
	color: #fff;
	background-color: #c6d9f1;
	padding: 3px;
	text-decoration: none;
}


A.top-links:active
{
	font-size: 7pt;
	color: #fff;
	background-color: #8238ba;
	padding: 3px;
	text-decoration: none;
}

A.top-links:hover
{
	font-size: 7pt;
	color: #fff;
	background-color: #8238ba; /*purple*/
	padding: 3px;
	text-decoration: none;
}


/*main body links*/

A:link 
{
	color: #039;
	text-decoration: none;
}

A:visited
{ 
	color: #039; 
	text-decoration: none;
}

A:active
{ 
	color: #039; 
	text-decoration: none;
}

A:hover 
{
	color: #60c; 
	font-weight: normal;
	text-decoration: underline;
}

