body
{
	background: #000;
	margin: 0 auto;
	/*background-image: url('images/bg2.jpg'); */
}

.topimg
{
	position: absolute;
	left: 293px;
	top: 70px;
	/*border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000; */
}


.tbl_main
{
	width: 770px;
	height:700px;
	border: 1px solid #c0c0c0;
	margin: 0 auto;
	margin-top: 50px;
	
}

.td_header
{
	width:100%;
	height:220px;
	background-image: url('images/top5.jpg'); 
	background-repeat: no-repeat;
}

.left
{
	width: 198px;
	background: #D13014;
	background-image: url('images/bg_left.jpg'); 
	background-repeat: repeat-x;
	vertical-align: top;
}


.right
{
	width: 578px;
	background:  #171918; 
	background-image: url('images/bg_right.jpg'); 
	background-repeat: repeat-x;
	vertical-align: top;
}


.left_top
{
	width: 198px;
	background: #D13014;
	background-image: url('images/bg_left.jpg'); 
	background-repeat: repeat-x;
	height:15px;
}


.right_top
{
	width: 578px;
	background:  #171918; 
	background-image: url('images/bg_right.jpg'); 
	background-repeat: repeat-x;
	text-align:right;
}

.left_pic
{
	width: 198px;
	background: #D13014;
	background-image: url('images/top_11.jpg'); 
	background-repeat: no-repeat;
	height:220px;
}


.right_pic
{
	width: 578px;
	background:  #171918; 
	background-image: url('images/top_22.jpg'); 
	background-repeat: no-repeat;
}

.div_title
{
	font-size: 12px;
	color :#ff0000;
	font-family: tahoma;
	padding-top:10px;
	padding-right: 10px;
}

.content
{
	width:100%;
	padding: 10px;
	font-size: 13px;
		font-family: arial;
	color: #fff; /* #7F7D7E; */
	line-height:130%;
}

.text
{
	font-size: 13px;
		font-family: tahoma;
	color: #fff; /*#c0c0c0;*/
}

.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;  */
	}
	
.title
{
	font-family : tahoma;
	font-size: 20px;
	color : #fff;/*#979B9A;*/
}

.info
{
	margin: 0 auto;
	width: 150px;
	
	margin-bottom:20px;
	
	font-family : tahoma;
	font-size:11px;
	color: #F79E76;
}

#inf
{
		font-family : tahoma;
	font-size:11px;
	color: #F79E76;
}

#inf td
{
	vertical-align:top;
}

.reddish
{
	    border-top : solid;
	border-width : 1px;
  	border-color : #8F1601;
}


.awhite, .awhite:visited
{
	color: #fff;
}

/* start - table - JP Comtois jpcomtois@gmail.com - modified 07Dec2007 */
table.credits {
	border-collapse: collapse;
	margin: 0;	
        width:100%;
        height: auto;
        text-align: center;
}
tr.credits {
	border-collapse: collapse;
	margin: 0;	
        width:auto;
        height: 125px;
        text-align: center;
	background: #000;
}

td.credits {
	padding-left: 11px;
	padding-right: 11px;
        width:33%;
        text-align: center;        
}
/* end - table */