html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
	background-image: url("../images/bg_base.jpg");
}

td
{
	color: #1C4F85;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.tbl
{
	height: 100%;
	width: 100%;
}

.menu
{
	background-image: url("../images/c_menu_bg1.jpg");
	padding-left: 20px;
	color: #1C4F85;
	font-weight: bold;
	font-size: 16px;
}

.menuitem
{
	background-image: url("../images/c_menu_bg2.jpg");
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.7em;
}

.menuitem a
{
	color: #1C4F85;
	text-decoration: none;
}

.menuitem a:hover
{
	text-decoration: underline;
}

hr
{
	color: #1C4F85;
}

.topMenuItem
{
	background-image: url("../images/c_top_menu_bg.jpg");
	text-align: right;
	font-weight: bold;
}

.topMenuItem a
{
	color: #1C4F85;
	text-decoration: none;
}

.lang
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.lang:hover
{
	text-decoration: none;
}

.txt
{
	text-align: justify
}

.contacts, .contacts a
{
	color: white;
	font-size: 9px;
}