/* CSS Document */
body{
	margin: 20px;
	background-image: url(../img/fon.png);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: fixed;
}


ul{
	list-style-type: none;
	list-style-image: url(../img/arrow-rit.gif);
}


li img{
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #003366;
}

table{
	border: 1px solid #587CA0;
}
td{
	border: 1px solid #587CA0;
}
.tabl{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tit{
	font-weight: bold;
	text-align: center;
}
.users{
	font-size: 11px;
}
img{border:0;}
li.lim{
	margin-bottom: 17px;
	list-style-image: none;
}
code{
	color: #003300;
}
a active{
	text-decoration: underline;	
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.inputs{
	font-family: Georgia, "Times New Roman", Times, serif;
}
a { color:#00f; }