/* Miriam Perez CSS - General Tags */


.htmlPgs {
	width: 100%;
	height: 100%;
	background: url(../images/backers/gold_bk.jpg) repeat;
}


.bold {
	font-weight: bold;
	font-size: 15px;
}
body div a img {
	color: #000;
	background: #000;
	border-top: #000;
	border-right: #000;
	border-bottom: #000;
	border-left: #000;
	position: relative;
}

.boldB {
	font-weight: bold;
}


.italic {
	font-style: italic;
}

.underline  {
	text-decoration: underline;
}

.boldItalic {
	font-weight: bold;
	font-style: italic;
}

.underBold  {
	text-decoration: underline;
	font-weight: bold;
}

.underBItalic {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	font-size: 117%;
}


.cell1  {
	font-size: 14px;
	line-height: 18px;
	font-family: times roman, serif;
	word-spacing: 0.6px;
	letter-spacing: 0.5px;
	background: #000;
	top: auto;
	float: none;
	clear: both;
	width: 270px;
	position: relative;
  }

        
.cell2  { 
	font-size: 9px; 
	line-height: 12px; 
	font-family: verdana, arial, helvetica, sans; 
	text-decoration: none; 
	word-spacing: 0.5px; 
	letter-spacing: 0.4px 
}
       

A { 
    text-decoration: none; 
    color:#00ccff; 
    font-style: italic; 
    }
    
a:link {color: #a9955b; text-decoration: none;}     /* unvisited link */
a:visited {color: #c1a878; text-decoration: none;}   /* visited link */
a:hover {color: #FFcc66; text-decoration: none;}   /* mouse over link */
a:active {color: #00ccff; text-decoration: underline;}   /* selected link */
 
    
   
.cell3  { font-size: 24px; line-height: 64px; font-family: times roman, serif; word-spacing: 3px; letter-spacing: 0.6px }   
    
    
 
p {
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #699;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #699;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

