/* Базовые стили */
body {
    background          : url(../images/bg.jpg) repeat;
}
body, table {
	margin				: 0px;
	padding				: 0px;
	font-family         : Verdana;
	font-size           : 11px;
}
table {
      border-collapse   : collapse;
}
tr {
	margin				: 0px;
	padding				: 0px;
}
td {
    vertical-align      : top;
	margin				: 0px;
	padding				: 0px;
}
img {
    border: none;
}
p {
	font-family         : Verdana;
	font-size           : 11px;
    margin              : 15px 0px 15px 0px;
    text-align          : justify;
}
p.green {
    color               : #385600;
}
a {
	color               : #8b0f0f;
	font-family         : Verdana;
	font-size           : 11px;
   	text-decoration     : underline;
}
a:hover {
   	text-decoration     : none;
}

#bmenu a {
	color               : #ce956e;
    display             : block;
}

.copyright {
	font-family         : Verdana;
	font-size           : 10px;
}
.copyright a {
	color               : #000000;
   	text-decoration     : none;
}
.copyright a:hover {
   	text-decoration     : underline;
}
h1 {
	color               : #5d6737;
	font-family         : Times New Roman;
	font-size           : 17px;
    padding-left        : 40px;
    padding-right       : 40px;
    background          : url(../images/h1-l.gif) 0px 8px no-repeat;
    white-space         : nowrap;
  	margin				: 0px;
    display             : inline;
}
.h1 {
    background          : url(../images/h1-r.gif) right center no-repeat;
}
h2 {
	color               : #5d6737;
	font-family         : Times New Roman;
	font-size           : 15px;
    padding-left        : 40px;
    padding-right       : 40px;
    background          : url(../images/h1-l.gif) 0px 8px no-repeat;
    white-space         : nowrap;
  	margin				: 0px;
    display             : inline;
}
.h2 {
    background          : url(../images/h1-r.gif) right center no-repeat;
}
a.detail {
	font-size           : 10px;
}

ul {
   margin               : 0;
   padding              : 0;
   list-style           : none;
}
li {
    margin              : 0 0 9px 5px;
    padding             : 0 0 0 13px;
    background          : url(../images/li.gif) 0 5px no-repeat;
}
.li {
    padding             : 0 0 0 15px;
    background          : url(../images/li2.gif) 0 5px no-repeat;
    float               : left;
}
.grey {
    color               : #5A4A3C;
    font-weight         : bold;
	font-size           : 10px;
}


