* {
	margin: 0px;
	padding: 0px;
}
body {
	height:100%;
	margin: auto auto;
	background: #ffffff;
	text-align:center;
}

body, table, tr, td {
	font-weight: normal;
	font-family: Arial;
  font-size:14px;
	color:#000000;
}

object {
	font-size:0px;
}
textarea {
	overflow:auto;
}
blockquote {
	margin-left:30px;
}
li {
	margin-left:30px;
}

a {
	font-weight: normal;
	font-family: Arial;
	text-decoration:none;
  font-size:14px;
}
a:hover {
	font-weight: normal;
	font-family: Arial;
	text-decoration:underline;
  font-size:14px;
}

table {
	border-collapse:collapse;
}
img {
	border: 0px;
}
#cl {
	clear: both;
	font-size:0px;
}
.hidden {
	display:none;
	visibility:hidden;
}
.visible {
	display:inline;
	visibility:visible;
}
table.visible {
	display:table;
}
tr.visible {
	display:table-row;
	visibility:visible;
}
span#s_error {
	color:#ff0000;
}
span#s_notify {
	color:#1d8700;
}

/*____________________________________________________________________________*/

table#cc {
	width:100%;
	height:100%;
}
table#cc td.cc {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
table#first_table {
	width:632px;
	margin:auto auto;
}
#first_table #logo {
	width:632px;
	height:119px;
	background:url(images/logo.gif) no-repeat center 22px;
}

#first_table #imgs {
	width:632px;
	height:151px;
}
#first_table #imgs .imgf {
	float:left;
	width:211px;
	height:151px;
	font-size:0px;
}
#first_table #imgs .imgl {
	float:left;
	width:210px;
	height:151px;
	font-size:0px;
}
#first_table #imgs .imgf img, #first_table #imgs .imgl img {
	width:210px;
	height:151px;
	font-size:0px;
}

#first_table td#langs {
	width:632px;
	height:55px;
	text-align:center;
	vertical-align:bottom;
}

table#langs {
	height:11px;
	margin:auto auto;
}
table#langs td {
	height:11px;
	margin:auto auto;
	padding-left:10px;
	padding-right:10px;
}

table#langs a.lng_lv {
	width:21px;
	height:11px;
	background:url(images/_lv.gif) no-repeat;
}
table#langs a.lng_lv {
	width:21px;
	height:11px;
	display:block;
	background:url(images/_lv.gif) no-repeat;
}
table#langs a.lng_ru {
	width:24px;
	height:11px;
	display:block;
	background:url(images/_ru.gif) no-repeat;
}
table#langs a.lng_en {
	width:35px;
	height:11px;
	display:block;
	background:url(images/_en.gif) no-repeat;
}

