body,td,input,textarea {
	color: #555555;
	font: 11px Arial;
	margin: 0px;
	padding: 0px;
}

a {
	color: #5e98b0;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
a.simple {
  color: #777777;
	text-decoration: none;
}
a.simple:hover {
  color: #777777;
	text-decoration: none;
}

a.domain {
	color: #878787;
	text-decoration: none;
}
a.domain:hover {
	color: #ff6600;
	text-decoration: none;
}

.leftblock {
  background-image:url('../img/left_bg_bottom.gif');
  background-repeat:no-repeat;
  background-position:left bottom;
}

.lefttext {
  padding: 0px 55px 40px 10px;
  color: black;
}

.menu {
  width: 100%;
  height: 275px;
  text-align:right;
  vertical-align: top;
  padding: 0px 16px 0px 60px;
}

.content {
  width: 600px;
  vertical-align: top;
  padding: 20px 30px 30px 0px;
  overflow: hidden;
}

.menuitem {
  padding: 0px 5px 0px 5px;
  background-image:url('../img/menu_bg_n.gif');
}
.menuitem a {
  color: white;
  text-decoration: none;
  font-size: 11px;
  text-transform: lowercase;
}
.menuitem a:hover {
  color: white;
  text-decoration: none;
}
.menuitem_a {
  padding: 0px 5px 0px 5px;
  background-image:url('../img/menu_bg_a.gif');
  font-size: 11px;
  text-transform: lowercase;
}
.menuitem_a a {
  color: white;
  text-decoration: none;
}
.menuitem_a a:hover {
  color: white;
  text-decoration: none;
}

.pagetitle {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px 15px 0px;
}

.jsmenu {
	font-weight: bold;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 11px;
	Z-INDEX: 1;
	LEFT: 0px;
	VISIBILITY: hidden;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	POSITION: absolute;
	TOP: 0px;
	BACKGROUND-COLOR: #a8acaf;
	TEXT-ALIGN: left;
}

a.smenu {
  color: #ffffff;
	text-decoration: none;
}
a.smenu:hover {
  color: #ffffff;
	text-decoration: none;
}
.td_smenu {
  padding: 3px 10px 3px 15px;
}
.td_smenu_a {
  padding: 3px 10px 3px 15px;
  background-color: #FF7422;
}
.td_smenu3 {
  padding: 3px 10px 3px 35px;
}
.td_smenu3_a {
  padding: 3px 10px 3px 35px;
  background-color: #FF7422;
}

.check2 {
  border: #555555 1px solid;
}
