body,td,th {
	font-family: Tahoma;
}

text, .text, td
{
	color: black;
	font-family: Verdana, "'Times New Roman Cyr'", "'Times New Roman'";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.bottom_lined_td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
.td_last{
	width: 94px;
	background-color: #FFFFFF;
}
.td_specification_odd, .td_specification_even{
	width: 94px;
	color: black;
	font-family: Verdana, "'Times New Roman Cyr'", "'Times New Roman'";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.td_specification_odd{
	background-color: #F0F0F0;
}

.menu, menu_horizontal_active, menu_horizontal_inactive, menu_vertical_inactive, menu_vertical_active {
	font-family: Tahoma;
	font: small;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	border-top: 1px solid #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-style: normal;
}
.bottom {
	font-family: "Lucida Console";
	font-size: 10px;
	color: #CCCCCC;
	text-align:left;
}
.smalltext {
	font-size: x-small;
	color: #FFFFFF;
}


body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
     }
h2 {
	font-family: Tahoma;
	background-color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #1f4549;
	text-decoration: none;
}

.menu_horizontal_active, .menu_horizontal_inactive:hover {
	background-color: #1f4549;
	color: #ffffff;
	display: table-cell;	
}
.menu_horizontal_inactive {
	background-color: #CCCCCC;
	color: #000000;
	display: table-cell;
}
.menu_horizontal_inactive:hover {
	display: table-cell;
	width: 100%;
	display: table-cell;	
}
.menu_vert_inactive {
	display: table-cell;
	width: 100%;
	color: #FFFFFF;
	background-color: #3B434B;
}

.menu_vert_active, .menu_vert_inactive:hover {
	width: 100%;
	color: #ffffff;
	background-color: #1f4549;
}

hr {
	color: #1f4549;
	line-height : 3px;
}

.err_message {
	color: Red;
}
.ok_message {
	color: Green;
}
