@charset "windows-1250";
.style {
}
body {
	margin: 20px 0 20px 0;
	padding: 0;
	background-color: #000000;
	text-align: justify;
}

/* navigation */

a.button {
	font-family: Tahoma;
	float: left;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 84px;
	padding-top: 13px;
	padding-bottom: 13px;
}
a.button:link, a.button:visited {
    float: left;
    background-image: url('images/bg_button.jpg');
    color: #414347;
    text-decoration: none
}
a.button:hover {
    float: left;
    background-image:url('images/bg_button_hover.jpg');
    color: #000;
    text-decoration: none
}
a.current_page_item, a.current_page_item:link, a.current_page_item:visited, a.current_page_item:hover  {
	font-family: Tahoma;
	float: left;
	font-size: 12px;
	text-align: center;
	width: 84px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-image:url('images/bg_button_hover.jpg');
	color: #000;
	text-decoration: none
}

/* links */
.link-red14 {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
}
.link-red14:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff0000;
	text-decoration: underline;
}
.link-orange {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff9200;
	text-decoration: underline;
}
.link-orange:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff9200;
	text-decoration: none;
}
.link-white {
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	line-height: 140%;
	text-decoration: underline;
}
.link-white:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.link-grey {
	font-family: Tahoma;
	font-size: 11px;
	color: #3d3f43;
	text-decoration: underline;
}
.link-grey:hover {
	font-size: 11px;
	color: #3d3f43;
	text-decoration: none;
}
.link-red {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff0000;
	text-decoration: underline;
}
.link-red:hover {
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}

/* text */
.tab-icons {
    padding: 125px 0 0 380px;
}
.pad-left10 {
    padding-left: 10px;
}
.pad-left20 {
    padding-left: 20px;
}
.pad-right30 {
    padding-right: 30px;
}
.pad-left30 {
    padding-left: 30px;
}
.tahoma10black {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	line-height: 90%;
}
.tahoma11white {
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
}
.tahoma11grey {
	font-family: Tahoma;
	font-size: 11px;
	color: #3d3f43;
}
.tahoma11orange {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff9200;
}
.tahoma12light-grey {
	font-family: Tahoma;
	font-size: 12px;
	color: #e7e7e7;
}
.tahoma14orange {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff9200;
}
.tahoma14grey {
	font-family: Tahoma;
	font-size: 14px;
	color: #3d3f43;
}
.tahoma14white {
	font-family: Tahoma;
	font-size: 14px;
	color: #fff;
}
.tahoma11black {
	font-family: Tahoma;
	font-size: 11px;
	color: #3d3f43;
}