body
{
	background-image: url('/files/images/fon.jpg');
}

body, td
{
	font: 100% Tahoma;
	color: #444444;
}

a
{
	color: brown;
	text-decoration: none;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: brown;
}

a:visited
{
	color: brown;
}

a:hover
{
	color: red;
	text-decoration: none;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: red;
}

div.menu
{
	font-size: 70%;
}

div.menu div
{
	margin-bottom: 0.8em;
}

div.vline
{
	width: 1px;
	height: 100%;
	background: url('/files/images/vline.gif') repeat-y;
}

h1
{
	font: normal 130% Arial;
	color: #83713F;
}

.content
{
	font: 85% Times New Roman;
	line-height: 1.3em;
}

.content img
{
    margin-right: 1em;
    border: 0;
}

p.page
{
	margin-top: 2em;
}

p.page span
{
	font: bold 100% Arial;
}

p.page a,
p.page a:visited
{
	text-decoration: none;
	margin: 0 0.1em 0 0.1em;
	border-width: 0;
}

tr.footer td
{
	font-size: 70%;
	color: #666666;
	padding: 1.5em 0 0 3em;
	line-height: 1.3em;
}