h2 {
	font-family: "Hoefler Text",Georgia,Times New Roman,serif;
	font-size: 1.8em;
	color:#333333;
	font-style: normal;
	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin: 0pt 0pt 0em;
	}
	
.site a:link, a:visited {
	font-family: "Hoefler Text",Georgia,Times New Roman,serif;
	font-size: 1.0em;
	color:#333333;
	font-style: normal;
	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin: 0pt 0pt 0em;
	text-decoration:none;
	}
	

.site a:hover {
	color: #c3c3c3;
	font-style: normal;
	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin: 0pt 0pt 0em;
	text-decoration:none;
	}
	
.byline {
	border-bottom:1px solid #eeeeee;
	color: #555555;
	font-family: "Hoefler Text",Georgia,Times New Roman,serif;
	font-size: 1em;
	font-size-adjust: none;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0pt 0pt 0.7em;
	padding: 0pt 0pt 0.8em;
	}
	
p  {
	font-size: 0.85em;
	font-family: arial,helvetica,sans-serif;
	color: #444444;
	line-height: 1.5;
	}
	
p a:link {
	font-size: 0.85em;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: black;
	line-height: 1.5;
	text-decoration: none;
	}
	
p a:hover {
	font-size: 0.85em;
	font-family: arial,helvetica,sans-serif;
	color: #999999;
	line-height: 1.5;
	}
	
ul#bull li a{

	list-style-image: url(http://highlife.com.ph/images_test/bull.gif);
	}
	
ul#bull li a{
	font-size: 0.85em;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: white;
	line-height: 1.5;
	text-decoration: none;
	}
	
ul#bull li a:hover {
	font-size: 0.85em;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #999999;
	line-height: 1.5;
	text-decoration: none;
	}
	
	
.nav_bottom a  {
	font-size: 0.7em;
	font-family: "arial",helvetica,sans-serif;
	font-weight: normal;
	color: black;
	line-height: 1.5;
	text-decoration: none;
	letter-spacing: 0px;

	}
	
.nav_bottom a:hover {
	font-size: 0.7em;
	font-family: "arial",helvetica,sans-serif;
	font-weight: normal;
	color: #999999;
	line-height: 1.5;
	text-decoration: none;
	letter-spacing: 0px;

	}
	
        
.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:500px;
}

.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:10pt;
  color:black;
  font-weight:normal;
  vertical-align:top;
  text-align:left;
  background-repeat:repeat-x;
  display:table-cell;
  -moz-user-select:none;
 }

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
}
