/*CSS code from www.fu2k.org - In search of the One True Layout*/

.faq_title{
  font-size: 14px;
  color: #000080;
  font-weight: bold;
  position: relative;
  left: 50px;
  padding-bottom: 10px ;
  padding-top: 10px;   
}

.faq_question{
  font-size: 12px;
  color:#0080FF;
  display: block;
  position: relative;
  left: 100px;
  padding-bottom: 5px ;
  padding-top: 5px;
  width: 80%;   
}
#faq_question_link{
  font-size: 12px;
  color:#0080FF;  
}

#faq_question_link:link, a:visited
{
  text-decoration: none;
  color:#0080FF;
}
#faq_question_link:hover{
    text-decoration: underline;
    color: white;
    background-color: #0080FF;
    font-weight: bold;
}
.faq_answer{
  font-size: 12px;
  color:#000000;
  display: block;
  position: relative;
  left: 100px;
  width: 80%;
   
}
.faqUL{
    list-style-type:disc;
    padding-left: 20px;
    font-size: 12px;
    color: #000000;
}
.faqULNum{
    list-style-type:decimal;
    padding-left: 20px;
    font-size: 12px;
    color: #000000;
}

#hrfviewall:link,#hrfviewall:visited
{
  text-decoration: none;
  color:#008080;
  background-color: white;
  font-weight: bold;
  
}

#hrfviewall:hover
{
  text-decoration: underline;
  background-color:#008080;
  color: white;
   font-weight: bold;
}