body, html, td
{
	font-size: 8pt;
	color: #3c3c3c;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
}


.header_title {
  background: transparent url('img/head_back.gif') repeat-x scroll top left;
	height: 34px;
	padding-left: 5px;
	padding-top: 1px;

	text-decoration: none;
	font-size: 18pt;
	font-weight: normal;
	position: relative;
}
.header_button {
	height: 34px;
	width: 105px;
	padding-top: 7px;
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	color:black;
}
.header_button_on {
  background: transparent url('img/head_button_on.gif') no-repeat scroll top left;
}

.header_button_off {
  background: transparent url('img/head_button_off.gif') no-repeat scroll top left;
}
.header_button_high {
  background: transparent url('img/head_button_high.gif') no-repeat scroll top left;
}



.block_head {
  background: transparent url('img/box_head.gif') no-repeat scroll top left;
	width: 167px;
	height: 25px;
	padding-left: 15px;
	padding-top: 1px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
.block_body {
  background: #ffffff;
	font-size: 8pt;
	border: solid 1px silver;
	padding: 10px 10px 10px 10px;
	
	text-align: left;
}
.block_body_on {
	font-size: 8pt;
	border: solid 1px silver;
	padding: 10px 10px 10px 10px;

	text-align: left;
}
.block_info {
  background: #e1e1e1;
	font-size: 8pt;
	border: solid 1px silver;
	padding: 10px 10px 10px 10px;

	text-align: left;
}




.menu_item {
	font-size: 8pt;
	cursor: pointer;
	text-decoration: none;
	color: black;
}
.menu_item_on {
	font-size: 8pt;
	cursor: pointer;
	text-decoration: none;
	color: red;
}
.menu_item_over {
	font-size: 8pt;
	cursor: pointer;
	background-color: yellow;
	text-decoration: none;
}
.submenu {
	color: red;
}

.login {
	width: 140px;
	font-size: 8pt;
}

.flash_item {
	font-size: 8pt;
	color: black;
}
.flash_item_on {
	font-size: 8pt;
	background-color: yellow;
	color: black;
}

