body {
	margin: 0;
	font-family: 'Times New Roman';
	color: black;
	background-color: white;
	font-size: 14px;
}

a {
	color: rgb(173, 103, 10);
	text-decoration: underline;
	zfont-size: 14px;
	font-family: 'Times New Roman';
}

a:hover {
	color: #f30;
	zfont-size: 14px;
	zfont-family: 'Times New Roman';
}
table{
	font-size: 100%;
}
#main {
    margin: 0;
    padding: 0;
}
table.main{
	xheight: 100%;
	width: 100%;
	border-collapse: collapse;
    background:rgb(253,224,180)
}
h1{
	padding: 0;
    margin: 0;
    font-size: 18px;
	line-height: 30px;
}
h2{
	padding: 0;
    margin: 0;
    font-size: 16px;
	line-height: 28px;
}
.main_page{
    font-family: Times New Roman;
}
p{
	line-height: 125%;
	padding-top: 0;
	margin-top: 5;
	text-indent: 30;
	text-align: justify;
}
.main_page{
	background-image: url('/images/bg_page.gif');
	background-repeat: no-repeat; background-position: right bottom;
}

a.lrm{  font-size:13px;  color: rgb(173, 103, 10);
}
a.lrm:hover {
  font-size:13px;
	color: #f30;
}

input.search{font-family: Times New Roman Cyr; font-size: 14px; border: 1 solid rgb(173, 103, 10); height: 21px; }
#button_search{background-color: #FFCC99 }