.align_bottom {
	position: absolute;
	bottom: 5px;
}

.align_right {
	position: absolute;
	right: 0px;
}

.background_black {
	background: #373838;
}

.background_blue {
	background: #01a9f4;
}

.background_clown0 {
	background: #ffffcc;
}

.background_clown1 {
	background: #ffffff;
}

.background_sky {
	background: #eef3f9;
}

.background_white {
	background: #ffffff;
}

.background_yellow {
	background: #f5b901;
}

.border_white {
	border-style: solid;
	border-width: 4px;
	border-color: #ffffff
}

.color_black {
	color: #373838;
}

.color_blue {
	color: #77cef6;
}

.color_white {
	color: #ffffff;
}

.color_yellow {
	color: #f5b901;
}

.float_right {
	float: right;
}

.font-size_10 {
	font-size: 10px;
}

.font-size_12 {
	font-size: 12px;
}

.font-weight_bold {
	font-weight: bold;
}

.no_border {
	border-style: none;
	border-width: 0px;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.margin_auto {
	margin: auto;
}

.text_align-center {
	text-align: center;
}

.text_align-left {
	text-align: left;
}

.text_align-right {
	text-align: right;
}

.text-decoration_underline {
	text-decoration: underline;
}

.titol {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #f5b901;
	font-size: 20px;
	font-weight: bold;
}

.valign_top {
	vertical-align: top;
}

.valign_middle {
	vertical-align: middle;
}

.valign_bottom {
	vertical-align: bottom;
}

.menu_flat {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.menu_flat_condensed {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.with_padding {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.withoutOverflow {
	overflow: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

div.visible_yes {
	visibility: visible;
	display: block;
}

div.visible_no {
	visibility: collapse;
	display: none;
}

div.left-menu {
	width: 161px;
}

div.top-menu-contact {
	width: 161px;
}

div.margin-top_5px {
	margin-top: 5px;
}

img {
	border: none;
	display: block;
}

img.logo {
	margin-bottom: 20px;
}

table.collapsed {
	border-collapse: collapse;
}

table.top_menu {
	border-style: none;
	border-collapse: collapse;
	margin: 0px;
}

td.top-menu {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
