html
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
body
{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background-color: #c8ebff;
}

img
{
	border: 0;
}

table
{
	border: 0;
}

td
{
	vertical-align: top;
	font-size: 12px
}

.menu_active
{
	float: left;
	background: url(images/active_tab.jpg) no-repeat center 30px;
	font-weight: bold;
	font-size: 13px;
	color: #595959;
	font-weight: bold;
	height: 40px;
	line-height: 30px;
	text-align: center;
	padding-top: 30px;
	width: 100px;
}

.menu_other
{
	float: left;
	height: 40px;
	line-height: 30px;
	text-align: center;
	padding-top: 30px;
	width: 80px;
}

.menu_other a, .menu_other a:link, .menu_other a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #595959;
}

.menu_other a:hover
{
	text-decoration: none;
}

.menu_niz
{
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}

.menu_niz a, .menu_niz a:link, .menu_niz a:visited
{
	text-decoration: underline;
	font-size: 12px;
	color: #272727;
}

.menu_left a:hover
{
	text-decoration: none;
}

.menu_left
{
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}

.menu_left a, .menu_left a:link, .menu_left a:visited
{
	text-decoration: underline;
	font-size: 18px;
	color: #272727;
}

.menu_left a:hover
{
	text-decoration: none;
}
.copyright
{
	float: right;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	color: #000000;
	font-size: 12px;
}


