﻿/**/
.clear
{
	clear:both;
}
.arrow_title
{
    line-height: 24px;
    background-image: url('images/double_arrow.png');
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    border-bottom-style: dashed; 
    border-bottom-width: 1px; 
    border-bottom-color: #848484;
    padding: 2px 2px 2px 22px;
    margin-top: 4px;
}
.dashed_title
{
    border-bottom-style: dashed; 
    border-bottom-width: 1px; 
    border-bottom-color: #848484;
}
.align_right
{
    text-align:right;
}


