.apple {
	font-family:verdana;
	font-size: 12px;
	color: #000000;
}

.bold_red {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
        color: #C23E1D;
}

.bold_grey {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
        color: #868484;
}

.grey {
	font-family: Verdana;
	font-size: 11px;
        color: #868484;
        
        
}
a {
  color: #888888;
  font-family: verdana;
  font-size: 11px;
  text-decoration: none;
  
}
a:hover {color: #000000}

.normal {
	font-family: Verdana;
	font-size: 10px;
        color: #868484;
}

.black {
	font-family: Verdana;
	font-size: 10px;
        color: #000000;
}

.bold_black {
	font-family: Verdana;
	font-size: 10px;
        color: #000000;
        font-weight:bold;
}

.white {
	font-family: Verdana;
	font-size: 10px;
        color: #FFFFFF;
        
}

.h_text {
	font-family: Arial;
	font-size: 11px;
	color:#c23e1d;
	font-weight: BOLD;
}
.s_text {
	font-family: Arial;
	font-size: 11px;
	color:#898989;
	font-weight: BOLD;
}
.hh_text {
	font-family: Arial;
	font-size: 12px;
	color:#c23e1d;
	font-weight: BOLD;
}

.grey-bold {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#888888;
 }