body
{
	color: white;
	background-color: rgb(26, 103, 63);
	background-image: url(images/main_grad.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	width: 100%;
}

p
{
	margin: 10px 0px;
	vertical-align: top;
	text-align: justify;
	letter-spacing: 1px;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
}

a
{
	color: black;
	text-decoration: none;
	border-color: black;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	padding: 0px 1px 0px 1px;
}
a:hover
{
	border-style: solid;
	text-decoration: none;
}

a.img, a.img:hover
{
	border: none;
	text-decoration: none;
}

div { padding: 0px; margin: 0px; }

img { border: none; }
img.imga  { cursor: pointer; border: none; }				/*	имитация ссылки	*/
img.phone { margin: 0px 10px 0px 0px; }

table
{
	border: 0px; 							/* border="0" */
	border-collapse: collapse; 		/* cellspacing="0" */
	width: 100%;
	height: auto;
	margin: 0px;
}

td
{
	padding: 0px 2px; 		/* cellspadding="0" */
	vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

th
{
	padding: 1px 2px; /* cellspadding="0" */
	vertical-align: top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;	
}

input, select, textarea
{
	font-size: 10pt;
}

option
{
	background-color: white;
}

label
{
	margin: 0px 0px 0px 10px;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	cursor: pointer;
}

input.chk, input.opb
{ 
	background-color: transparent;
}

.tymbol
{
	font-family: "Arial Unicode MS";
	font-weight: bold;
}
