/* Базовый стиль текстов */

body, td 
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: x-small; 
	color: #333333;
	word-wrap: none;
}

/* Базовый стиль таблиц */

table 
{
	border-collapse: collapse; 
}

table.pagetext
{
	border-color: #666666;
	border-collapse: collapse; 
}

/* Базовый стиль абзацев */

p 
{

}

/* Базовый стиль форм */

form 
{
	display: inline;
}

/* Базовый стиль полей форм */

select, input, textarea 
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	align: absmiddle;
}

/* Базовый стиль чекбокса */

checkbox
{
	background-color: transparent;
	border: 0 solid;
	vertical-align: absmiddle;
}

/* Базовый стиль ссылки */

a, a:visited, a:active
{
	color: #660000;
	text-decoration: underline; 
}

/* Базовый стиль ссылки при наведении */

a:hover
{               
	color: #990000;
	text-decoration: underline; 
}

/* Ссылка в главном меню */

a.mainmenu, a.mainmenu:visited, a.mainmenu:active
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; 
}

/* Ссылка в главном меню */

a.mainmenu:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline; 
}

/* Ссылка в меню */

a.menu, a.menu:visited, a.menu:active
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* Ссылка в меню при наведении */

a.menu:hover
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
}

/* Ссылка в меню выбранная */

a.menusel, a.menusel:visited, a.menusel:active
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; 
}

/* Ссылка в меню выбранная при наведении */

a.menusel:hover
{
	font-family: Tahoma, Arial, Helvetica; 
	text-decoration: underline; 
}

/* Ссылка в меню */

a.menub, a.menub:visited, a.menub:active
{
	color: #000000;
	text-decoration: underline; 
}

/* Ссылка в меню при наведении */

a.menub:hover
{
	color: #666666;
	text-decoration: underline; 
}

/* Ссылка в пути по сайту */

a.line, a.line:visited, a.line:active
{
	font-size: 11px;
	color: #000000;
	text-decoration: underline; 
}

/* Ссылка в пути по сайту при наведении */

a.line:hover
{
	font-size: 11px;
	color: #666666;
	text-decoration: underline; 
}
a.newline, a.newline:visited, a.newline:active
{
	font-size: 12px;
	color: #660000;
	text-decoration: underline; 
}
a.newline:hover
{
	font-size: 12px;
	color: #990000;
	text-decoration: underline; 
}
