body
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.in_input {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}

.in_button, .button {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E29B00;
	border: 1px solid #32569B;	
}

textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #CF0000;
	background-color: #000000;
	border: 1px solid #333333;
}

.toolbar_ttl {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #990000;
}

.toolbar_txt {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.toolbar_txt_lnk {
	color: #000000;
	text-decoration: underline;
}

.toolbar_txt_lnk:hover {
	color: #444444;
	text-decoration: none;
}

.headerpage_ttl {
	font-family: Tahoma;
	font-size: 16px;
	text-align: left;
	color: #990000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	height: 20px;
	background-color: #DEDEDE;
	background-image: url(dataimg/bg_sep_hdttl.gif);
	background-repeat: repeat-x;
}

.headerpage_ttl_lnk, .headerpage_ttl a {
	color: #990000;
	text-decoration: none;
}

.headerpage_ttl_lnk:hover, .headerpage_ttl a:hover {
	text-decoration: underline;
}

.menu1_txt {
	font-family: Tahoma;
	font-size: 14px;
	text-align: left;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.menu1_txt_lnk {
	color: #BB0000;
	text-decoration: none;
}

.menu1_txt_lnk:hover {
	color: #000000;
}

.menu2_txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.menu2_txt_lnk {
	color: #000000;
	text-decoration: none;
}

.menu2_txt_lnk:hover {
	color: #BB0000;
}

.main_ttl {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 16;
}

.main_ttl_lnk {
	color: #000000;
	text-decoration: none;
}

.main_ttl_lnk:hover {
	text-decoration: underline;
}

.main_txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.main_txt_lnk, .main_txt a {
	color: #040E8E;
	text-decoration: underline;
}

.main_txt_lnk:hover, .main_txt a:hover {
	text-decoration: none;
}

.signature_txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.signature_txt_lnk {
	color: #444444;
	text-decoration: underline;
}

.signature_txt_lnk:hover {
	color: #FF0000;
	text-decoration: none;
}

table.view
{
  border: 1px solid #3a4142;
  border-collapse: collapse;
}
table.view tr.header
{
  background-color: #cfdade;
  text-align: center;
}
table.view tr td 
{
  border: 1px solid #3a4142;
  font-family: Tahoma;
  font-size: 11px; 
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
table.view tr td
{
  font-family: Tahoma;
  text-align: center;
  font-size: 11px;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
table.view tr td a
{
  color: #040E8E;
  text-decoration: underline;
}
table.view tr td a:hover
{
  text-decoration: underline;
}
div#menuaudi li { 
   float: left;  /* располагаем список по горизонтали */ 
   position: relative;  /* контекст позиционирования для раскрывающегося меню с абсолютным позиционированием */    
   list-style-type: none;  /* удаляем маркеры */ 
   font-size: 10px; 
   border-right: 1px solid #666666;  /* создаем разделительные линии между элементами li */ 
   margin: 5px 0px 10px 0px;
   
}
div#menuaudi ul li a strong {color: #666666;}
