.TDcontent, .TDcontent TD, .TDcontent TH, .TDcontent A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}
.TDcontent P {
	margin-top: 12px;
}
/* стиль таблицы */
TABLE.UserTable{
	border: 1px solid White;
}
TABLE.UserTable TH, .TABLE.UserTable TD{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}
TABLE.UserTable TH{
	background-color: #e9dfc9;
	font-weight: normal;
}

TABLE.UserTable TD{
	background-color: #f6f2e9;
}
/* /стиль таблицы */


/* изображения */
.img, .img_center, .img_left, .img_right {
	border-bottom: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-top: 1px solid #b9b9b9;
}
.img_noborder_center, .img_noborder_left, .img_noborder_right{
	border : 0px none;
}
.img_center, .img_left, .img_right, .img_noborder_center, .img_noborder_left, .img_noborder_right {
	margin-bottom : 6px;
	margin-top : 3px;
}
.img_left, .img_noborder_left{ margin-right : 15px; }
.img_right, .img_noborder_right{  margin-left: 15px;  }
/* /изображения */
