/* 

Главное меню и шапка

*/
.HeaderText,.HeaderTextLink
{ color: #FFFFE3;  font-family: "Times New Roman";  font-size: 28px;  font-style: normal;  font-weight: bold;     }
.HeaderTextLink
{ text-decoration: underline; }
.HeaderTextLink:hover
{ text-decoration: none; }
.HeaderNormText
{ color: #FFFFFF;  font-family: "Times New Roman";  font-size: 14px;  font-style: normal;  }
.HeaderNormLink
{ color: #FFFFFF;  font-family: "Times New Roman";  font-size: 14px;  font-style: normal;  text-decoration: underline;   }
.HeaderNormLink:hover
{ color: #FFFFFF;  font-family: "Times New Roman";  font-size: 14px;  font-style: normal;  text-decoration: none;   }

.MenuText{
	background-color: #006400; 
	padding-left: 7px;
	font-size: 14px;
	font-family: Tahoma;
	height: 20px;
	color: White;
}
.MenuTextLink{
	background-color: #006400 
	font-size: 14px;
	font-family: Tahoma;
	color: White;
	text-decoration: underline;
}
.MenuTextLink:hover{
	background-color: #006400; 
	font-size: 14px;
	font-family: Tahoma;
	color: White;
	text-decoration: none;
}

/* 

Таблица

*/



.MainTable{
	
}
.MainTableTop
{
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	background-color: #15FF17;
	font-family: Tahoma;	
	font-size: 14px
}
.MainTableTopLeft
{
	border: 1px solid Black;
	background-color: #15FF17;
	font-family: Tahoma;	
	font-size: 14px
}
.MainTableRow
{
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	font-family: Tahoma;	
	font-size: 14px;
}
.MainTableFirst
{
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;	
	border-left: 1px solid Black;	
	font-family: Tahoma;	
	font-size: 14px;
}
.MainTableGreenRow
{ background-color: #E3FDE4;  cursor: hand;  }
.MainTableWhiteRow
{ background-color: #FFFFFF;  cursor: hand;  }
.TextLink{
	font-size: 14px;
	font-family: Tahoma;
	color: Black;
	text-decoration: underline;
}
.TextLink:hover{
	font-size: 14px;
	font-family: Tahoma;
	color: Black;
	text-decoration: none;
}
.TextRedStar{ color: Red;    font-family: "Times New Roman";  font-size: 10px;  vertical-align: top;     }
.TextNorm,.TextNormRed,.TextInfo,.TextInfoLink,.TextInfoLink:hover{ font-family: "Tahoma";  font-size: 18px;  vertical-align: top;  font-weight: bold;  color: Black;  text-align: center;     }
.TextInfo,.TextInfoLink,.TextInfoLink:hover {font-size: 14px;   text-align: justify; font-weight: normal;  vertical-align: middle;   }
.TextNormRed{	color: Red;   }
.TextInfoLink{ text-decoration: underline;  font-weight: bold;   vertical-align: baseline; }
.TextInfoLink:hover{ text-decoration: none; font-weight: bold;   vertical-align: baseline; }

.SmallText,.SmallTextLink,.SmallTextLink:hover{ font-size: 13px;  font-family: Tahoma;  color: #002000; }
.SmallTextLink,.SmallTextLink:hover{ text-decoration: underline;  font-weight: bold; }
.SmallTextLink:hover{ text-decoration: none; }

.TextFAQ,.TextFAQLink,.TextFAQQuest,.TextForAdmin 
{font-family: "Tahoma";  font-size: 15px; color: Black; }
.TextFAQ
{ text-align: left;  padding-left: 60px;  width: 90%; }
.TextFAQQuest
{ text-align: left;  font-weight: bold;  border-bottom: 1px dashed #004801;  float: left;    }
.TextFAQLink
{ font-weight: bold; 	text-decoration: underline;}
.TextFAQLink:hover
{	text-decoration: none;}

.TextForAdmin
{
	text-align: left;
	vertical-align: top;
}
/* 

Инфо - таблица

*/
.InfoTable,.InfoTableLeft,.InfoTableRight
{ font-family: Tahoma;  font-size: 14px;  }
.InfoTableTop{
 border: #002F00;
 border: solid;
 border: 1px;
 font-family: Tahoma;  font-size: 18px;
 font-weight: bold;
 color: White;
 background-color: #002F00;
}
.InfoTableLeft
{
 border-left-color: #002F00;
 border-left-style: solid;
 border-left-width: 1px;
 font-weight: bold;
 vertical-align: top;
}
.InfoTableRight
{
	border-right-color: #002F00;
	border-right-style: solid;
	border-right-width: 1px;	
	border-left-color: #002F00;
	border-left-style: dashed;
	border-left-width: 1px;
	text-align: right;
}
.InfoTablebottom
{
 border-top-color: #002F00;
 border-top-style: solid;
 border-top-width: 1px;
}
