@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(pic/fon.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom:20px;
}

#bob {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
}
table {
font-size:11px;

}

.white {
	background-color: #FFF;
}

.br-ww .br-t {
	height: 9px;
	background: url(pic/whbr-t.png);
	background-position: top;
	background-repeat: repeat-x;
}

.br-ww .br-r {
	width: 9px;
	background: url(pic/whbr-r.png);
	background-position: right;
	background-repeat: repeat-y;
}

.br-ww .br-b {
	height: 9px;
	background: url(pic/whbr-b.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.br-ww .br-l {
	width: 9px;
	background: url(pic/whbr-l.png);
	background-position: left;
	background-repeat: repeat-y;
}
.br-ww .cn-tr {
	width: 9px;
	height: 9px;
	background: url(pic/whcon-tr.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.br-ww .cn-bl {
	width: 9px;
	height: 9px;
	background: url(pic/whcon-bl.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.br-ww .cn-tl {
	width: 9px;
	height: 9px;
	background: url(pic/whcon-tl.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.br-ww .cn-br {
	width: 9px;
	height: 9px;
	background: url(pic/whcon-br.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.menu {
	
	font-size: 13px;
	font-weight:bold;
	color: #FFF;
	text-align: center;
	background: url(pic/menu-fon.png);
	background-repeat: repeat-x;

}
.menu a {
	text-decoration: none;
	color: #FFF;
	display:block;
		height:22px;
		padding-top:3px;
	
}
.menu a:hover {
	background:url(pic/menu-hov.png);
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;

	
}
.menu1 {
	color:#C30;
	padding: 0 7px 0 7px ;
}
.menu1 a{
	color:#C30;
	
}

.grey{
	background:#dfdfdf;
}

.grwhcon-tl {
	width: 8px;
	height: 8px;
	background: url(pic/grwhcon-tl.png);
	background-position: left top;
}
.grwhcon-tr {
	width: 8px;
	height: 8px;
	background: url(pic/grwhcon-tr.png);
	background-position: right top;
}
.grwhcon-bl {
	width: 8px;
	height: 8px;
	background: url(pic/grwhcon-bl.png);
	background-position: left bottom;
}
.grwhcon-br {
	width: 8px;
	height: 8px;
	background: url(pic/grwhcon-br.png);
	background-position: right bottom;
}

.whgrbr-b {
	height: 10px;
	background: url(pic/whgrbr-b.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.whgrbr-t {
	height: 10px;
	background: url(pic/whgrbr-t.png);
	background-position: top;
	background-repeat: repeat-x;
}
.whgrbr-l {
	width: 10px;
	background: url(pic/whgrbr-l.png);
	background-position: left;
	background-repeat: repeat-y;
}
.whgrbr-r {
	width: 10px;
	background: url(pic/whgrbr-r.png);
	background-position: right;
	background-repeat: repeat-y;
}
.whgrcon-bl {
	width: 10px;
	height: 10px;
	background: url(pic/whgrcon-bl.png);
}
.whgrcon-br {
	width: 10px;
	height: 10px;
	background: url(pic/whgrcon-br.png);
}
.whgrcon-tl {
	width: 10px;
	height: 10px;
	background: url(pic/whgrcon-tl.png);
}
.whgrcon-tr {
	width: 10px;
	height: 10px;
	background: url(pic/whgrcon-tr.png);
}


img {
	border: 0;
}
table, tr, td {
	border: none;
	margin: 0;
	padding: 0;
}
table {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	border-collapse: collapse;
	border: none;
}
H1 {
	color:#333;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 5px;
}

H2 {
	color:#C30;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}
H3 {
	color: #333;
	font-size: 14px;
	margin-bottom: 7px;
	margin-top: 10px;
}
a {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#C30;
	text-decoration: underline;
}
p {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 12px;
	color: #333;
}
ul {
	margin:0;
	padding:0;
	list-style-image: url(pic/boolet.png);
}
li{
	margin-top:5px;
	margin-left: 15px;
	font-size: 13px;
}
