a:link    {
  /* Applies to all unvisited links */
  text-decoration:  underline;
  font-weight:      bold;
  color:            #79896D;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  underline;
  font-weight:      bold;
  color:            #79896D;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  color:            #64725A;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  color: #64725A;
  } 
 


.content-title {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #79896D;

}
.main-text {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
}
.links {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #79896D;
	font-style: normal;
}
.famarra-text {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
}



div.content {
	overflow: auto;
	height: 442px;
	width: 554px;

}

BODY {
SCROLLBAR-FACE-COLOR: #212021; 
SCROLLBAR-HIGHLIGHT-COLOR: #D1D2D4; 
SCROLLBAR-SHADOW-COLOR: #D1D2D4; 
SCROLLBAR-3DLIGHT-COLOR: #D1D2D4; 
SCROLLBAR-ARROW-COLOR: #D1D2D4; 
SCROLLBAR-TRACK-COLOR: #79896D; 
SCROLLBAR-DARKSHADOW-COLOR: #D1D2D4
}



.home-titles {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #79896D;
	letter-spacing: 2px;

}
.legal-text {
	font-family: Verdana;
	font-size: 9px;
	color: #646464;
}
