/* Miriam Perez CSS - General Tags */


.htmlPgs {
	width: 100%;
	height: 100%;
	background: url(../images/backers/startHTML.jpg) no-repeat top center;
}


.bold {
	font-weight: bold;
}

.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
  }

        
.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 }   
    
    
 