html, body {
	height: 100%;
	margin-bottom: 1px;
	margin-top: 0px;
}
input, textarea {
	font-family: arial;
	font-size: 10px;
	background: #f7f7f7;
	border: 1px solid #c9c9c9;
}
td {
	font-size: 12px;
	font-family: arial;
	color: 7F7F7F;
}

a {
	text-decoration: none;
	color: 72767A;
	z-index:1;
}

span.lnk {
	font-size: 10px;
}

td.menu {
	font-size: 12px;
	font-family: arial;
	color: 00EEFF;
}

a:hover {
	z-index:1;
	color: #2971C0;
}

a.bckg {
	display:block;
	width:161px;
	background-color:#fff;
	color:#72767A;
	cursor:hand;
	font-size: 10px;
}

a.bckg:hover {
	/*background-color:#F2F6F9;*/
	background-color:#E5EDF4;
	color: #2971C0;
	font-size: 10px;
}

.menubg {
	background-image: url(../images/menu/menu_bg_lg.gif);
	background-repeat: no-repeat;
	background-position: 182px 19px;
}

div.opc {
	filter:alpha(opacity=10);
	-moz-opacity:.10;
	opacity:.10;
	background-color: #005197;
	width:182px;
	height:23px;
	position:absolute;
	z-index:0;
}

div.opclight {
	filter:alpha(opacity=5);
	-moz-opacity:.05;
	opacity:.05;
	background-color: #005197;
	width:182px;
	height:34px;
	position:absolute;
}

td.kant_sides {
	border-left: 1px solid #F2F6F9;
	border-right: 1px solid #F2F6F9;
}

td.kant_bottom {
	border-bottom: 1px solid #F2F6F9;
	/*border-left: 1px solid #F2F6F9;
	border-right: 1px solid #F2F6F9;*/
}

td.kant_bottom a {
	border:0px;
}

