/**Обычный~~p.**/
p{
	margin-top:3px;
	margin-bottom:0px;
}
/**Обычный, отступ&#10;&#13;отступ первой строки: 20 пикс~~p.text1**/
.text1{
	text-indent:20px;
}
/**Обычный, 10 пикс&#10;&#13;размер шрифта: 10 пикс~~p.text2**/
.text2{
	font-size:10px;
}
/**Обычный, отступ, 10 пикс&#10;&#13;отступ первой строки: 20 пикс&#10;&#13;размер шрифта: 10 пикс~~p.text3**/
.text3{
	text-indent:20px;
	font-size:10px;
}
/**Обычный, 16 пикс&#10;&#13;размер шрифта: 16 пикс~~p.text4**/
.text4{
	font-size:16px;
}
/**Обычный, отступ, 16 пикс&#10;&#13;отступ первой строки: 20 пикс&#10;&#13;размер шрифта: 16 пикс~~p.text5**/
.text5{
	text-indent:20px;
	font-size:16px;
}
/**Обычный, зелёный~~p.text-green**/
.text-green{
	color:#006633;
}
/**Обычный, красный~~p.text-red**/
.text-red{
	color:#cc0000;
}
/**Обычный, синий~~p.text-blue**/
.text-blue{
	color:#0603B0;
}
/**Заголовок 1~~p.header1**/
.header1{
	font-size:14px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
}
/**Заголовок 1, зелёный~~p.header1-green**/
.header1-green{
	font-size:14px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
	color:#006633;
}
/**Заголовок 1, красный~~p.header1-red**/
.header1-red{
	font-size:14px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
	color:#cc0000;
}
/**Заголовок 1, оранжевый~~p.header1-orange**/
.header1-orange{
	font-size:14px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
	color:#C43B00;
}
/**Заголовок 1, синий~~p.header1-blue**/
.header1-blue{
	font-size:14px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
	color:#0603B0;
}
/**Заголовок 2~~p.header2**/
.header2{
	font-size:13px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
}
/**Заголовок 2, зелёный~~p.header2-green**/
.header2-green{
	font-size:13px;
	font-weight:bold;
	color:#006633;
	margin-top:6px;
	margin-bottom:6px;
}
/**Заголовок 2, красный~~p.header2-red**/
.header2-red{
	font-size:13px;
	font-weight:bold;
	color:#cc0000;
	margin-top:6px;
	margin-bottom:6px;
}
/**Заголовок 2, оранжевый~~p.header2-orange**/
.header2-orange{
	font-size:13px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
	color:#C43B00;
}
/**Заголовок 2, синий~~p.header2-blue**/
.header2-blue{
	font-size:13px;
	font-weight:bold;
	color:#0000cc;
	margin-top:6px;
	margin-bottom:6px;
}
/*tcl*cell1,cell2,cell3,cell4,cell5**/
/*tbl*tblue~~Синий~~cellpadding="1" cellspacing="0" border="0"**/
.tblue{
	border-left:1px solid #000066;
	border-top:1px solid #000066;
}
.tblue-caption{
	background-color:#000066;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
}
.tblue-cell1{
	font-family:Verdana;
	font-size:12px;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	background-color:#ffffff;
}
.tblue-cell2{
	font-family:Verdana;
	font-size:12px;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	background-color:#ddeeff;
}
.tblue-cell3{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	background-color:#6699cc;
}
.tblue-cell4{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	background-color:#336699;
}
.tblue-cell5{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	background-color:#003366;
}
/*tbl*tgreen~~Зеленый~~cellpadding="1" cellspacing="0" border="0"**/
.tgreen{
	border-left:1px solid #004422;
	border-top:1px solid #004422;
}
.tgreen-caption{
	background-color:#004422;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
}
.tgreen-cell1{
	font-family:Verdana;
	font-size:12px;
	border-right:1px solid #004422;
	border-bottom:1px solid #004422;
	background-color:#ffffff;
}
.tgreen-cell2{
	font-family:Verdana;
	font-size:12px;
	border-right:1px solid #004422;
	border-bottom:1px solid #004422;
	background-color:#ddffee;
}
.tgreen-cell3{
	font-family:Verdana;
	font-size:12px;
	border-right:1px solid #004422;
	border-bottom:1px solid #004422;
	background-color:#66cc99;
}
.tgreen-cell4{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	border-right:1px solid #004422;
	border-bottom:1px solid #004422;
	background-color:#339966;
}
.tgreen-cell5{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	border-right:1px solid #004422;
	border-bottom:1px solid #004422;
	background-color:#005533;
}
/*tbl*tcolor1~~Color1~~cellpadding="1" cellspacing="0" border="0"**/
.tcolor1{
	border-left:1px solid #CBA794;
	border-top:1px solid #CBA794;
}
.tcolor1-caption{
	background-color:#F8BE66;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
}
.tcolor1-cell1{
	font-family:Verdana;
	font-size:12px;
	border-right:1px solid #CBA794;
	border-bottom:1px solid #CBA794;
	background-color:#ffffff;
}
.tcolor1-cell2{
	font-family:Verdana;
	font-size:12px;
	border-right:1px solid #CBA794;
	border-bottom:1px solid #CBA794;
	background-color:#F2F0ED;
}
.tcolor1-cell3{
	font-family:Verdana;
	font-size:12px;
	border-right:1px solid #CBA794;
	border-bottom:1px solid #CBA794;
	background-color:#E9E0D6;
}
.tcolor1-cell4{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	border-right:1px solid #CBA794;
	border-bottom:1px solid #CBA794;
	background-color:#CBB89F;
}
.tcolor1-cell5{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	border-right:1px solid #CBA794;
	border-bottom:1px solid #CBA794;
	background-color:#CBA794;
}
/*tbl*tdefault~~Обычный~~cellpadding="2" cellspacing="0" border="1" bordercolor="#000000"**/
.tdefault{
}
.tdefault-caption{
	font-family:Verdana;
	font-size:12px;
}
.tdefault-cell1{
	font-family:Arial;
	font-size:12px;
}
.tdefault-cell2{
	font-family:Verdana;
	font-size:12px;
}
.tdefault-cell3{
	font-family:Verdana;
	font-size:12px;
}
.tdefault-cell4{
	font-family:Verdana;
	font-size:12px;
}
.tdefault-cell5{
	font-family:Verdana;
	font-size:12px;
}
/*tbl*thidden~~Прозрачный~~cellpadding="1" cellspacing="0" border="0"**/
.thidden{
}
.thidden-caption{
	font-family:Verdana;
	font-size:12px;
}
.thidden-cell1{
	font-family:Verdana;
	font-size:12px;
}
.thidden-cell2{
	font-family:Verdana;
	font-size:12px;
}
.thidden-cell3{
	font-family:Verdana;
	font-size:12px;
}
.thidden-cell4{
	font-family:Verdana;
	font-size:12px;
}
.thidden-cell5{
	font-family:Verdana;
	font-size:12px;
}
/*lnk*bluelink~~Синий**/
a.bluelink{
	color:#336699;
	text-decoration:none;
}
a.bluelink:hover{
	color:#000033;
	text-decoration:none;
}
/*lnk*blacklink~~Черный**/
a.blacklink{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
}
/*lnk*redlink~~Красный**/
a.redlink{
	color:#cc0000;
	text-decoration:none;
}
a.redlink:hover{
	color:#330000;
	text-decoration:none;
}
/*lnk*orangelink~~Оранжевый**/
a.orangelink{
	color:#ff6600;
	text-decoration:none;
}
a.orangelink:hover{
	color:#330000;
	text-decoration:none;
}
/*lnk*whitelink~~Белый**/
a.whitelink{
	color:#e3e3e3;
	text-decoration:none;
}
/*lnk*graylink~~Серый**/
a.graylink{
	color:#4E4E4E;
}

a.whitelink:hover{
	color:#ffffff;
	text-decoration:none;
}}}