/************************ LINKS *************************************/
a:link { color:#666666; text-decoration:none; }
a:visited {color: #666666; text-decoration: none;}
a:hover {color:black; text-decoration: none;}

a.nav:link {color:#FFFFFF;  text-decoration: none;}
a.nav:visited {color:#FFFFFF; text-decoration: none;}
a.nav:hover {color:#71AFC6; text-decoration: none; }

/************************ TEXT *************************************/
.heading{
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color:#FFFFFF;
	line-height:10pt;
	letter-spacing:1pt;
	}
	
.text{
	font-family: Tahoma, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	line-height:13pt;
	}

.copy{
	font-family: Tahoma, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	line-height:13pt;
	}
	
/************************ BORDERS *************************************/
.LFBorder {
	border-left:1px solid #07799B;
	border-right:1px solid #07799B;
	}