﻿html, body 
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helevetica;
}

body { font-size: 80%; }


img { border: 0; }

a
{
	color: #FF0000;
	text-decoration: underline;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

h1, h2
{
	margin: 0px;
	padding: 3px;
	color: #FF0000;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }

h2 img
{	
	display: inline;
	vertical-align: middle;
}

p { text-indent: 1em; }

ul { margin-top: 5px; }
li { line-height: 1.5em }

table.tbl
{
	empty-cells: show;
	table-layout: fixed;
}

td.tblcnt
{
	background-color: #E8E8E8;
}

.ltc, .rtc, .lbc, .rbc
{
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
}

td.ltc
{
	background:url('/img/ugol_left_top.gif');
}

td.rtc
{
	background:url('/img/ugol_right_top.gif');
}

td.lbc
{
	background:url('/img/ugol_left_bottom.gif');
}

td.rbc
{
	background:url('/img/ugol_right_bottom.gif');
}

td.bbr
{
	background:url('/img/border_back_right.gif');
}

td.bbb
{
	background:url('/img/border_back_bottom.gif');
}

td.bbl
{
	background:url('/img/border_back_left.gif');
}

td.bbt
{
	background:url('/img/border_back_top.gif');
}

.menu
{
	font-size: 1.4em;
	color: #000000;
	text-decoration: none;
}

.phone
{
	color: Red;
	font-weight: bold;
}

.email
{
	font-weight: bold;
}

.red
{
	color: Red;
}

.annotation
{
	font-size: 0.8em;
}