body
{
    font-size: 10pt;
    font-family: Verdana;
}


.orange_link
{
 color: #ff5800;
 text-decoration:none;   
    
}

.orange_title
{
 font-size: 16px;
 color: #ff5800;
 text-decoration:none; 
 font-weight:bold;   
 height: 20px; 
 padding-left: 4px;
}

.orange_subtitle
{
 font-size: 14px;
 color: #ff5800;
 text-decoration:none; 
 font-weight:bold;   
}

.orange_ul
{
  list-style-image: url(images/ico_list_arrow_orange.jpg);
  list-style-position: inherit; 
  line-height:16px;    
}

.orange_ul_subtitle
{
  font-size: 12px; font-weight: bold; color: #ff5800; padding: 0px 0px 0px 0px;}

.gray_text
{
    color: #767575; 
}



.fleft
{    float:left;    }

.clear
{ clear:both; }