table {
	empty-cells: show;
}


body, p, td, tr, input, select, textarea, table, td {
  font-size: 11px;
  fontsize: 12px;
  font-family: "Verdana Cyr", Verdana, "Arial Cyr", Arial, "Helvetica Cyr", Helvetica, sans-serif;
  letter-spacing:0px;
}

h1, h2, h3, h4, h5 {
  padding: 0px;
  margin: 0px;
}


h4 {
	font-size: 12px;
}


a.MenuLink, a.MenuLink:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.MenuLink:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}



a, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}


a.GenLink, a.GenLink:visited {
	text-decoration: none;
	color: #000000;
}

a.GenLink:hover {
	text-decoration: underline;
	color: #000000;
}



a.GenLinkSite, a.GenLinkSite:visited {
	text-decoration: none;
	color: red;
}

a.GenLinkSite:hover {
	text-decoration: underline;
	color: red;
}




a.GenLinkBold, a.GenLinkBold:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.GenLinkBold:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

a.GrayMenuLink, a.GrayMenuLink:visited {
	text-decoration: none;
	color: #C1C1C1;
}

a.GrayMenuLink:hover {
	text-decoration: underline;
	color: #000000;
}

#withborder {
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  -moz-border-radius: 6px;
}

#greyback {
	background-color: #efefef;
}

