BODY {
	color: Black;
	background-color: White;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: justify;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;

    scrollbar-arrow-color: #666666;
    scrollbar-face-color: #CCCCCC;
    scrollbar-shadow-color: #A2A2A2;
    scrollbar-highlight-color: #F2F2F2;
    scrollbar-3dlight-color: #B2B2B2;
    scrollbar-darkshadow-color: #F2F2F2; 

	scrollbar-track-color: #EDEDED;
}

P {text-align: justify}

TD.bg {
	background-repeat : no-repeat;
}

A {
	color: #00008B;
	text-decoration: none;
}

A:HOVER {
	color: #00008B;
	text-decoration: underline;
}

/* Класс Txt */
.Txt {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
}

A.Txt:LINK{
	color: #00008B; 
	text-decoration : none;
}

A.Txt:VISITED{
	color: #00008B; 
	text-decoration : none;
}

A.Txt:HOVER{
	color: #00008B; 
	text-decoration : underline;
}

A.Txt:ACTIVE{
	color: #00008B; 
	text-decoration : underline;
} 

/* Класс SmallText */
.SmallText {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size : 10px;
}

A.SmallText:LINK{
	color: #000000; 
	text-decoration : none;
}

A.SmallText:VISITED{
	color: #000000; 
	text-decoration : none;
}

A.SmallText:HOVER{
	color: #000000; 
	text-decoration : underline;
}

A.SmallText:ACTIVE{
	color: #000000; 
	text-decoration : underline;
} 

/* Класс TopMenu */
.TopMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

A.TopMenu:LINK{
	color: #000000; 
	text-decoration : none;
}

A.TopMenu:VISITED{
	color: #000000; 
	text-decoration : none;
}

A.TopMenu:HOVER{
	color: #000000; 
	text-decoration : underline;
}

A.TopMenu:ACTIVE{
	color: #000000; 
	text-decoration : underline;
} 

/* Класс MainMenu */
.MainMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold; 
}

A.MainMenu:LINK{
	color: #000000; 
	text-decoration : none;
}

A.MainMenu:VISITED{
	color: #000000; 
	text-decoration : none;
}

A.MainMenu:HOVER{
	color: #000000; 
	text-decoration : underline;
}

A.MainMenu:ACTIVE{
	color: #000000; 
	text-decoration : underline;
} 

/* Класс MenuHeader */
.MenuHeader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size : 12px;
}

/* Класс Header */
.Header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size : 12px;
	font-weight : bold; 
}

/* Класс TextBox */
.TextBox {
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/box_shadow.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Класс Button */
.button {
	border: 1px outset;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	cursor: hand;
	border-color: #999999 #000000 #000000 #999999;
}

/* Класс Select */
.select {
	border: 1px outset;
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	cursor: hand;
	border-color: #999999 #000000 #000000 #999999;
}
