body
{
	font-family: Verdana;
	font-size: 12px;
}
/* Стили для ссылок */
a, a:link, a:visited
{
	font-family: Verdana;
	font-size: 14px;
	color: #0000FF;
	text-decoration: none;
}
a:hover
{
	font-family: Verdana;
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
a.big, a:link.big, a:visited.big
{
	font-family: Verdana;
	font-size: 16px;
	color: #0000FF;
	text-decoration: none;
}
a:hover.big
{
	font-family: Verdana;
	font-size: 16px;
	color: #0000FF;
	text-decoration: underline;
}
/* ---------------- */
form
{
	margin: 0px;
}
input
{
	font-family: Verdana;
	font-size: 12px;
	height: 20px;
}
.button
{
	font-size: 10px;
}
textarea
{
	font-family: Verdana;
	font-size: 12px;
}
select
{
	font-family: Verdana;
	font-size: 12px;
	height: 20px;
}
h1
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000077;
	margin: 0px;
}
p
{
	font-family: Verdana;
	font-size: 14px;
	text-align: justify;
}
.selected
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
}
.big
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
}
ol, ul
{
	font-family: Verdana;
	font-size: 14px;
	text-align: justify;
}

/* Стили для блоков */
.h1_block
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.block
{
	font-family: Verdana;
	font-size: 14px;
	text-align: justify;
	color: #000077;
}
.block_selected
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #000077;
}

/* Вспомогательные стили для сворачивания блоков */
.hid
{
	overflow: hidden;
}
