body 
{
	background-color: #FFFFFF;
}

.main_table
{
	width: 900;
	font: 13px  arial, arial;
	text-align: justify;
	text-decoration: none;	
	padding: 0;
	border-spacing: 0px;	
	vertical-align: top;
	color: #696969;
	font-weight: bold;
	
/*	border: 1px solid #E0E0E0;	*/
/*	padding: 0;	*/
	
}

.sub_table
{
	border: none;	
	font: 11px verdana, arial;	
}

.form_item
{
	font: 10px verdana, arial;
	color: Navy;
	border: 1pt solid #909090;
	background-color: White;
/*	vertical-align: middle;	*/
}

.section
{
	height: 20;
	background-color: #708090;
	vertical-align: middle;
	font: 13px verdana;
	font-weight: bold;
	
	color: white;
}

/* =========================================== */

div.main_header /* в начале страницы, ее заголовок */	
{
	font: 24px baltica;
	color: #000099;
	font-style: italic;
	text-align: center;
}

div.sub_header
{
	font: 14px verdana, arial;
	color: #55646F;
	font-weight: bold;
	text-align: left;	
	text-decoration: underline;
}

div.page_header
{
	font: 16px baltica;
	color: #000099;
	font-weight: bold;
	text-align: left;	
}

/* ============================================================== */
div.error_msg {
	color: #DC143C;
	text-align: left;
	/*font: 10pt sans-serif;	*/
}

div.info_msg
{
	color: #666666;
	font: 10px verdana;
}


a.my_links { text-decoration: none; text-align: center; color: #000099; }
a.my_links:hover {text-decoration: underline; }

a.left_links { font: 14px arial; font-weight: bold; text-decoration: none; text-align: center; color: white; }
a.left_links:hover {	color: #B9CEF4; }

td.table_header{
	border-bottom: 2px solid black;
	text-align: center;
	height: 16;	
	font-weight: bold;
	vertical-align: middle;
}

td.table_cell{
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	color: #555555;
	height: 22;
}

td.table_last_cell{
	border-bottom: 1px solid gray;
	color: #555555;
	height: 22;
}


td.prn_table_cell{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: black;
	height: 22;
}

td.prn_table_last_cell{
	border-bottom: 1px solid black;
	color: black;
	height: 22;
}
