body
{
	margin: 0 auto;
	background: #fff;
	background-image: url('images/bg5.jpg');
}

/* ********** tbl_border ************ */

.tbl_border
{
	width: 1000px;
	
	margin: 0 auto;
	border: 1px solid #000; 
	background: #fff;
	
	margin-top: 40px;
}

.td_border
{
	width: 100%;
}


/* *********** tbl_outer ************** */


.tbl_outer
{
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}




.td_header
{
	height:164px;
	width: 1000px;
	background-image: url('images/header2.jpg');
	background-repeat: no-repeat;
	
	font-family : Verdana;
	font-size: 20px;
	color: #121212;/*#828282; */
	
	padding-left: 330px;
	padding-top: 60px;
	
} 

.td_left
{
	/*width:167px; */
	vertical-align: top;
	width:22%;
}

.td_right
{
	 /*width:593px; */
	width:78%;
	border-color: #DED8D8;
	border-left: 1px solid #DED8D8;
	border-right: 1px solid #DED8D8;
	border-top: 1px solid #DED8D8;
	vertical-align: top;
	
	/*
	background-image: url('images/line1.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;*/
}

.td_right_2
{
	background-image: url('images/line1.jpg');
	background-repeat: no-repeat;
	/*background-position: bottom center; */
	width: 78%;
	height: 11px;
}

.td_right_3
{
	width: 78%;
}

.td_footer
{
	width: 100%;
	
	background : #F3F4EE;
	height: 91px;
	border-color : #c0c0c0;
	border-top: 1px solid #c0c0c0;
	
	color: #8E8F89;
	font-size : 11px;
	font-family: tahoma;
	text-align: center;
	
}


/* ********** tbl_content *********** */

.div_content
{
	width: 100%;
}

.tbl_content
{
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
	
}

.td_content
{
	width: 50%;
	
	font-family: tahoma;
	font-size: 13px;
	
	vertical-align : top;
}

.title
{
	font-family : tahoma;
	font-size: 20px;
	color : #000;
}

.text
{
	color : #000;/*#848889;*/
}

.blue
{
	color : #0000ff;/*#6C8EFF;*/
}

.red 
{
	color : #ff0000;/*#DD4D1B ;*/
}

.img
{
	border : 1px solid #c0c0c0;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px; 
	width: 100px;
	height: 75px;
	float : left;
}

.hr_dotted
	{
	  width : 100%;
	  height : 1px;
	  border-top-style : dotted;
	  border-left-style : none;
	  border-right-style : none;
	  border-bottom-style : none;
	  border-color : #9D9DA1;
/*	  background: #9D9DA1; */
/*	  background: #ffffff;  */
	}
	
	
/* ********* tbl_bottom_links  ************** */

#tbl_bottom_links
{
	width: 409px;
	margin: 0 auto;
	height: 41px;
}

.td_one
{
	border-left: 1px solid #DED8D8;
	border-right: 1px solid #DED8D8;
	width: 409px;
	height: 35px;
	text-align:center;
}

.td_two
{
	background-image: url('images/line2.jpg');
	background-repeat: no-repeat;
	/*background-position: bottom center; */
	width: 409px;
	height: 11px;
}

a.bl, a.bl:visited
{
	color: #6A7179;
	font-family: tahoma;
	font-size:10px;
}

a.bl:hover
{
	color: #DD4D1B;
	text-decoration : none;
}