/*********************************************
*          table with no borders            **
*********************************************/

.table-td-border0 {
      padding: 0px;
      BORDER: 0px;
      border-spacing: 0px;
      border-collapse: collapse;
}

 

.table-td-border0 td {
      BORDER: 0px;
      border-spacing: 0px;
      padding: 0px;
      border-collapse: collapse;
}


/**************************************************************
*   unordered list with triangle image as the bullit point   **
**************************************************************/

ul.trngl_ul {
	 font-family: Tahoma;
     font-size: 11px;
}

ul.trngl_ul li, ul.trngl_ul li a {
	list-style-image: url(../images/arrow.jpg);
}

/************************************************
*   label Class with a space before the text   **
************************************************/


.Lbl_Bg_Text_Wth_Spc {

	font-size: 11px;
    color: #8a7c5b;
    font-family: tahoma;
    font-weight : normal;
    background-color :#f6f0e6;
	padding-right: 4px;
	
}

/************************************************
*   Standard text box size with 200 px width   **
************************************************/


.Txt_Box_Std {

    color: #697675;
    font-family: Tahoma;
    font-size: 12px;
    width: 200px;

}